Class: Hello

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

Instance Method Summary collapse

Instance Method Details

#pow(a, b) ⇒ Object



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

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