module Greetingz

The following module is for something else…

Public Instance Methods

greeting() click to toggle source
# File lib/twomarkz/greeting.rb, line 6
def greeting
  puts "Hello Marc!"
end