module Import_Module::Bar
Public Instance Methods
hello()
click to toggle source
# File lib/algebra/import-module.rb, line 465 def hello puts 'bye' end
# File lib/algebra/import-module.rb, line 465 def hello puts 'bye' end