# File lib/oauth2/response.rb, line 69 def parsed return nil unless @@parsers.key?(parser) @parsed ||= @@parsers[parser].call(body) end