Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/active_support/json/encoding/active_support_encoder.rb

Instance Method Summary collapse

Instance Method Details

#encode_json(encoder) ⇒ Object

:nodoc:



120
121
122
# File 'lib/active_support/json/encoding/active_support_encoder.rb', line 120

def encode_json(encoder) #:nodoc:
  'null'
end