class Sinatra::RespondWith::Format
def method_missing(method, *args, &block)
def method_missing(method, *args, &block) return super if args.any? || block.nil? || !@app.mime_type(method) on(method, &block) end
def method_missing(method, *args, &block) return super if args.any? || block.nil? || !@app.mime_type(method) on(method, &block) end