class Hello

Public Instance Methods

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