Sha256: edabe23d0cb18cb7fa3410fee6100dc969269f6c1a34fd092a05dc1ccd10a8de

Contents?: true

Size: 106 Bytes

Versions: 63

Compression:

Stored size: 106 Bytes

Contents

class Symbol
  def to_json(options = {}) #:nodoc:
    ActiveSupport::JSON.encode(to_s, options)
  end
end

Version data entries

63 entries across 62 versions & 16 rubygems

Version Path
swivel-0.0.156 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/symbol.rb
swivel-0.0.155 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/symbol.rb
swivel-0.0.152 vendor/activesupport-2.0.2-/lib/active_support/json/encoders/symbol.rb