Class: Tads6Patrick::HelloWorld
- Inherits:
-
Object
- Object
- Tads6Patrick::HelloWorld
- Defined in:
- lib/tads6_patrick/hello_world.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.sayPalavra(palavra) ⇒ Object
6 7 8 |
# File 'lib/tads6_patrick/hello_world.rb', line 6 def self.sayPalavra(palavra) palavra end |
Instance Method Details
#say ⇒ Object
3 4 5 |
# File 'lib/tads6_patrick/hello_world.rb', line 3 def say "Hello World" end |