module Mgillhello

Constants

VERSION

Public Class Methods

hello(name) click to toggle source
# File lib/mgillhello.rb, line 4
def self.hello(name)
  puts "Hello #{name}"
end