class URL::ASJSONHandler

Public Instance Methods

parse() click to toggle source
# File lib/url/handlers/as_json_handler.rb, line 4
def parse
  ActiveSupport::JSON.decode(@str)
end