6 7 8 9 10
# File 'lib/rack/oauth2/server/token/refresh_token.rb', line 6 def _call(env) @request = Request.new(env) @response = Response.new(request) super end