Class: Tads6Luivia::HelloWorld

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

Instance Method Summary collapse

Instance Method Details

#sayObject



3
4
5
# File 'lib/tads6_luivia/hello_world.rb', line 3

def say
  "Hello World"
end