Class: HelloANPRichter::Say

Inherits:
Object
  • Object
show all
Defined in:
lib/hello_anprichter/say.rb

Class Method Summary collapse

Class Method Details

.goodbyeObject



7
8
9
# File 'lib/hello_anprichter/say.rb', line 7

def self.goodbye
  'Goobye'
end

.helloObject



3
4
5
# File 'lib/hello_anprichter/say.rb', line 3

def self.hello
  'Hello'
end