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