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



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

def pow(a,b)
	a ** b
end