class Hello

Public Instance Methods

pow(a, b) click to toggle source
# File lib/first_gem/hello.rb, line 2
def pow(a, b)
  a ** b

end