Sha256: d96098a19433f6d0da236a6e152fb13a6e8f457ef3dcc8bccb48885853859165

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 Bytes

Contents

require 'active_support/json' unless defined?(::ActiveSupport::JSON)

module TweetStream
  module Parsers
    class ActiveSupport
      def self.decode(string)
        ::ActiveSupport::JSON.decode(string)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tweetstream-1.0.5 lib/tweetstream/parsers/active_support.rb
xh5-tweetstream-1.1.0 lib/tweetstream/parsers/active_support.rb
tweetstream-1.0.4 lib/tweetstream/parsers/active_support.rb
tweetstream-1.0.3 lib/tweetstream/parsers/active_support.rb
tweetstream-1.0.2 lib/tweetstream/parsers/active_support.rb
tweetstream-1.0.1 lib/tweetstream/parsers/active_support.rb
tweetstream-1.0.0 lib/tweetstream/parsers/active_support.rb