Module: MyFirstGem

Defined in:
lib/my_first_gem.rb,
lib/my_first_gem/version.rb

Constant Summary collapse

VERSION =
"0.0.0"

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.helloObject



4
5
6
# File 'lib/my_first_gem.rb', line 4

def self.hello
  'hello gem !'
end

Instance Method Details

#hello2Object



8
9
10
# File 'lib/my_first_gem.rb', line 8

def hello2
  'hello gem 2 !'
end