Sha256: 583ee954383729ac36c1293cf48bb5332d8f82934c86577b796ecd5522e30151

Contents?: true

Size: 196 Bytes

Versions: 210

Compression:

Stored size: 196 Bytes

Contents

module ActiveSupport
  module JSON
    # A string that returns itself as its JSON-encoded form.
    class Variable < String
      def to_json(options=nil)
        self
      end
    end
  end
end

Version data entries

210 entries across 177 versions & 26 rubygems

Version Path
activesupport-2.3.17 lib/active_support/json/variable.rb
depengine-0.0.1 etc/isolate/jruby-1.8/gems/activesupport-2.3.8/lib/active_support/json/variable.rb
depengine-0.0.1 etc/isolate/ruby-1.8/gems/activesupport-2.3.8/lib/active_support/json/variable.rb
activesupport_csi-2.3.5.p7 lib/active_support/json/variable.rb
activesupport_csi-2.3.5.p6 lib/active_support/json/variable.rb
activesupport-2.3.16 lib/active_support/json/variable.rb
activesupport-2.3.15 lib/active_support/json/variable.rb
abiquo-etk-0.6.4 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
abiquo-etk-0.6.3 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
abiquo-etk-0.6.2 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
abiquo-etk-0.6.1 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
abiquo-etk-0.6.0 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
abiquo-etk-0.5.9 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/json/variable.rb
abiquo-etk-0.5.8 vendor/activesupport-2.3.8/lib/active_support/json/variable.rb
vanity-1.7.1 vendor/ruby/1.9.1/gems/activesupport-2.3.12/lib/active_support/json/variable.rb
activesupport-2.3.14 lib/active_support/json/variable.rb
kajam-1.0.3.rc2 vendor/rails/activesupport/lib/active_support/json/variable.rb
activesupport-2.3.12 lib/active_support/json/variable.rb
radiant-1.0.0.rc2 vendor/rails/activesupport/lib/active_support/json/variable.rb