Class: Foobar
- Inherits:
-
Object
- Object
- Foobar
- Defined in:
- lib/care-shim.rb
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
2 3 4 |
# File 'lib/care-shim.rb', line 2 def hello puts "it works" end |