static public Method

Controller.build(request, response = StringIO.new, status=200, headers={'Content-Type' => 'text/html; charset=utf-8'})

There's no documentation for this item.

Source Code

# File merb/controller.rb, line 77
def build(request, response = StringIO.new, status=200, headers={'Content-Type' => 'text/html; charset=utf-8'})
  cont = new
  cont.set_dispatch_variables(request, response, status, headers)
  cont
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.