# File lib/orbjson.rb, line 192 def process_request( req, res, json ) res.body = process( json ) res['Content-Type'] = "text/javascript" end