class Import_Module::Foo

Public Instance Methods

hello() click to toggle source
# File lib/algebra/import-module.rb, line 459
def hello
  puts 'hello'
end