Class: HelloANPRichter::Say
- Inherits:
-
Object
- Object
- HelloANPRichter::Say
- Defined in:
- lib/hello_anprichter/say.rb
Class Method Summary collapse
Class Method Details
.goodbye ⇒ Object
7 8 9 |
# File 'lib/hello_anprichter/say.rb', line 7 def self.goodbye 'Goobye' end |
.hello ⇒ Object
3 4 5 |
# File 'lib/hello_anprichter/say.rb', line 3 def self.hello 'Hello' end |