Method: FirstGem#hello

Defined in:
lib/first_gem.rb

#helloObject



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

def hello
  a = 2
  return a
end