Sha256: e4701b6670c1c6c4b9cd6be9da1d4e10450dd56d72eb992799047d84b22a0b1d

Contents?: true

Size: 196 Bytes

Versions: 21

Compression:

Stored size: 196 Bytes

Contents

class Object
  # Dumps object in JSON (JavaScript Object Notation).  See www.json.org for more info.
  def to_json(options = {})
    ActiveSupport::JSON.encode(instance_values, options)
  end
end

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
activesupport-2.0.0 lib/active_support/json/encoders/object.rb
activesupport-2.0.1 lib/active_support/json/encoders/object.rb
activesupport-2.0.5 lib/active_support/json/encoders/object.rb
activesupport-2.0.2 lib/active_support/json/encoders/object.rb
activesupport-2.0.4 lib/active_support/json/encoders/object.rb
radiant-0.6.5.1 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
radiant-0.6.5 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
radiant-0.6.7 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
radiant-0.6.6 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
radiant-0.6.8 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
radiant-0.6.9 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
spree-0.0.9 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
spree-0.2.0 vendor/rails/activesupport/lib/active_support/json/encoders/object.rb
swivel-0.0.149 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
swivel-0.0.150 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
swivel-0.0.155 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
swivel-0.0.157 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
swivel-0.0.156 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
swivel-0.0.152 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb
swivel-0.0.175 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/object.rb