Method: MoreMath::StringNumeral#**
- Defined in:
- lib/more_math/string_numeral.rb
#**(other) ⇒ Object
81 82 83 |
# File 'lib/more_math/string_numeral.rb', line 81 def **(other) self.class.from_number(number ** naturalize(other), @alphabet) end |