Class: PrintHello
- Inherits:
-
Object
- Object
- PrintHello
- Defined in:
- lib/print_hello.rb
Class Method Summary collapse
Class Method Details
.hello ⇒ Object
2 3 4 |
# File 'lib/print_hello.rb', line 2 def self.hello puts "Hello world!" end |