Module: HelloMagica
- Defined in:
- lib/hello_magica.rb
Overview
where the magic happens
Class Method Summary collapse
Class Method Details
.hi(subject = 'magica') ⇒ Object
3 4 5 |
# File 'lib/hello_magica.rb', line 3 def self.hi(subject = 'magica') puts "Hello #{subject}!" end |