class Object

Public Instance Methods

hello() click to toggle source
# File lib/lyle_test.rb, line 1
def hello
  puts 'hello world'
end