class Hello

Public Instance Methods

helloworld() click to toggle source
# File lib/tallyintegration.rb, line 2
def helloworld
puts "hello world"
end