module HelloMagica

where the magic happens

Public Class Methods

hi(subject = 'magica') click to toggle source
# File lib/hello_magica.rb, line 3
def self.hi(subject = 'magica')
  puts "Hello #{subject}!"
end