Module: CoreExt::Integer
- Defined in:
- lib/core_ext/integer.rb
Instance Method Summary collapse
Instance Method Details
#as_h ⇒ Object
5 6 7 |
# File 'lib/core_ext/integer.rb', line 5 def as_h self end |
#as_s ⇒ Object
9 10 11 |
# File 'lib/core_ext/integer.rb', line 9 def as_s to_s end |