class URL::YajlHandler

Public Instance Methods

parse() click to toggle source
# File lib/url/handlers/yajl_handler.rb, line 4
def parse
  parser.parse(@str.to_s)
end

Private Instance Methods

parser() click to toggle source
# File lib/url/handlers/yajl_handler.rb, line 9
def parser
  @parser ||= Yajl::Parser.new
end