Class: TweetStream::Parsers::JsonPure

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

Class Method Summary collapse

Class Method Details

.decode(string) ⇒ Object



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

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