Class: TestCall
- Inherits:
-
Object
- Object
- TestCall
- Defined in:
- lib/test_call.rb
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
4 5 6 7 |
# File 'lib/test_call.rb', line 4 def hello puts " yes" "hello" end |