Class: TweetStream::Parsers::ActiveSupport

Inherits:
Object
  • Object
show all
Defined in:
lib/tweetstream/parsers/active_support.rb

Class Method Summary collapse

Class Method Details

.decode(string) ⇒ Object



6
7
8
# File 'lib/tweetstream/parsers/active_support.rb', line 6

def self.decode(string)
  ::ActiveSupport::JSON.decode(string)
end