class Object

Public Instance Methods

hello() click to toggle source
# File lib/ratexa.rb, line 1
def hello
  puts "hoge"
end