Class: Foo

Inherits:
Object show all
Defined in:
lib/algebra/auto-require.rb,
lib/algebra/import-module.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



459
460
461
# File 'lib/algebra/import-module.rb', line 459

def hello
  puts 'hello'
end