class HelloANPRichter::Say
Public Class Methods
goodbye()
click to toggle source
# File lib/hello_anprichter/say.rb, line 7 def self.goodbye 'Goobye' end
hello()
click to toggle source
# File lib/hello_anprichter/say.rb, line 3 def self.hello 'Hello' end