class Hello

Public Class Methods

hi() click to toggle source
# File lib/hello.rb, line 2
def self.hi
  puts "Hi there!  Let's repeat things"
end