module Postmark::ResponseParsers::Yajl
Public Class Methods
decode(data)
click to toggle source
# File lib/postmark/response_parsers/yajl.rb, line 6 def self.decode(data) ::Yajl::Parser.parse(data) end
# File lib/postmark/response_parsers/yajl.rb, line 6 def self.decode(data) ::Yajl::Parser.parse(data) end