Class: Hello

Inherits:
Object
  • Object
show all
Defined in:
lib/tallyintegration.rb

Instance Method Summary collapse

Instance Method Details

#helloworldObject



2
3
4
# File 'lib/tallyintegration.rb', line 2

def helloworld
puts "hello world"
end