Class: HellowWorld::SayHello
- Inherits:
-
Object
- Object
- HellowWorld::SayHello
- Defined in:
- lib/hellow_world.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SayHello
constructor
A new instance of SayHello.
Constructor Details
#initialize ⇒ SayHello
Returns a new instance of SayHello.
5 6 7 |
# File 'lib/hellow_world.rb', line 5 def initialize puts "you are initialized Helloworld Gem Huraaai!!!!" end |
Class Method Details
.hi ⇒ Object
9 10 11 |
# File 'lib/hellow_world.rb', line 9 def self.hi puts "Hello World!!!!!!!" end |