Class: HelloWorld

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

Instance Method Summary collapse

Instance Method Details

#sayObject



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

def say
  'Hello, World!'
end