Class: TweetStream::Parsers::Yajl

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

Class Method Summary collapse

Class Method Details

.decode(string) ⇒ Object



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

def self.decode(string)
  ::Yajl::Parser.new(:symbolize_keys => true).parse(string)
end