class Folgers

Public Class Methods

hello() click to toggle source
# File lib/folgers.rb, line 2
def self.hello 
        puts "the best part of waking up..."
end