Class: Hello
- Inherits:
-
Object
- Object
- Hello
- 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 |