# File lib/sinatra/respond_to.rb, line 157
          def content_type(*args)
            @_format = args.first.to_sym
            content_type_without_save *args
          end