Module: GiboHello

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

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.greeting(num) ⇒ Object



4
5
6
7
8
# File 'lib/gibo_hello.rb', line 4

def self.greeting(num)
  puts "add 100"
  num += 100
  print num
end