Method: Code::Object::Decimal#code_power
- Defined in:
- lib/code/object/decimal.rb
#code_power(other) ⇒ Object
235 236 237 |
# File 'lib/code/object/decimal.rb', line 235 def code_power(other) Decimal.new(raw**other.raw) end |
235 236 237 |
# File 'lib/code/object/decimal.rb', line 235 def code_power(other) Decimal.new(raw**other.raw) end |