Class: HelloRustyWorld::Greeting
- Inherits:
-
Object
- Object
- HelloRustyWorld::Greeting
- Defined in:
- lib/hello_rusty_world/greeting.rb
Instance Method Summary collapse
Instance Method Details
#say ⇒ Object
5 6 7 |
# File 'lib/hello_rusty_world/greeting.rb', line 5 def say "Hello World!" end |