Class: URL::YajlHandler
- Inherits:
-
JSONHandler
- Object
- JSONHandler
- URL::YajlHandler
- Defined in:
- lib/url/handlers/yajl_handler.rb
Instance Attribute Summary
Attributes inherited from JSONHandler
Instance Method Summary collapse
Methods inherited from JSONHandler
Constructor Details
This class inherits a constructor from URL::JSONHandler
Instance Method Details
#parse ⇒ Object
4 5 6 |
# File 'lib/url/handlers/yajl_handler.rb', line 4 def parse parser.parse(@str.to_s) end |