Class: Foo
- Defined in:
- lib/algebra/auto-require.rb,
lib/algebra/import-module.rb
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
459 460 461 |
# File 'lib/algebra/import-module.rb', line 459 def hello puts 'hello' end |