class TestCall

Public Instance Methods

hello() click to toggle source
# File lib/test_call.rb, line 4
def hello
  puts " yes"
  "hello"
end