module FirstGem

Constants

VERSION

Public Instance Methods

hello() click to toggle source
# File lib/first_gem.rb, line 4
def hello
      a = 2
      return a
end