Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/errorapp_notifier/monkeypatches.rb

Instance Method Summary collapse

Instance Method Details

#to_json(options = {}) ⇒ Object



8
9
10
# File 'lib/errorapp_notifier/monkeypatches.rb', line 8

def to_json(options = {})
  to_s
end