Class: Hello

Inherits:
Object
  • Object
show all
Defined in:
lib/first_gem/hello.rb

Instance Method Summary collapse

Instance Method Details

#pow(a, b) ⇒ Object



2
3
4
5
# File 'lib/first_gem/hello.rb', line 2

def pow(a, b)
  a ** b

end