class Object

Public Instance Methods

hello() click to toggle source
# File lib/pwgem.rb, line 4
def hello
        "Hello World!"
end