class HelloRubyGem

Public Class Methods

hello() click to toggle source
# File lib/HelloRubyGem.rb, line 2
def self.hello
        'hello'
end