Class: TestCall

Inherits:
Object
  • Object
show all
Defined in:
lib/test_call.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



4
5
6
7
# File 'lib/test_call.rb', line 4

def hello
  puts " yes"
  "hello"
end