Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/monkey_patches.rb
Overview
monkey-patch to fix JSON_pure noinspection RubyUnusedLocalVariable
Instance Method Summary collapse
-
#to_json(options = nil) ⇒ String
The string value of the number.
Instance Method Details
#to_json(options = nil) ⇒ String
Returns The string value of the number.
8 9 10 |
# File 'lib/monkey_patches.rb', line 8 def to_json( = nil) to_s end |