Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/exceptional/monkeypatches.rb
Instance Method Summary collapse
Instance Method Details
#to_json(options = {}) ⇒ Object
7 8 9 |
# File 'lib/exceptional/monkeypatches.rb', line 7 def to_json( = {}) to_s end |