Class: HelloBox
- Inherits:
-
Object
- Object
- HelloBox
- Defined in:
- lib/main.rb
Instance Method Summary collapse
-
#initialize ⇒ HelloBox
constructor
A new instance of HelloBox.
Constructor Details
#initialize ⇒ HelloBox
Returns a new instance of HelloBox.
2 3 4 |
# File 'lib/main.rb', line 2 def initialize() puts "Hello, world!" end |