Module: FirstGem::ClassMethods
- Defined in:
- lib/firstGem.rb
Class Method Summary collapse
Class Method Details
.print_hello ⇒ Object
6 7 8 |
# File 'lib/firstGem.rb', line 6 def self.print_hello puts "hello" end |
6 7 8 |
# File 'lib/firstGem.rb', line 6 def self.print_hello puts "hello" end |