class Greetings

Public Class Methods

hello() click to toggle source
# File lib/testgem_doug.rb, line 2
def self.hello 
        puts "Howdy, pardner!"
end