Class: HelloRustyWorld::Greeting

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

Instance Method Summary collapse

Instance Method Details

#sayObject



5
6
7
# File 'lib/hello_rusty_world/greeting.rb', line 5

def say
  "Hello World!"
end