Class: HelloBox

Inherits:
Object
  • Object
show all
Defined in:
lib/main.rb

Instance Method Summary collapse

Constructor Details

#initializeHelloBox

Returns a new instance of HelloBox.



2
3
4
# File 'lib/main.rb', line 2

def initialize()
  puts "Hello, world!"
end