class GyHello

Public Instance Methods

hi() click to toggle source
# File lib/hello_gy.rb, line 2
def hi
  p 'hahahaha'
end