# File lib/sinatra/accept_media_types.rb, line 21 def accept_media_types @accept_media_types ||= Rack::AcceptMediaTypes.new(@env['HTTP_ACCEPT']) end