Class: HellowWorld::SayHello

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSayHello

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

.hiObject



9
10
11
# File 'lib/hellow_world.rb', line 9

def self.hi
  puts "Hello World!!!!!!!"
end