Rack::Response
# File lib/heel/error_response.rb, line 25 def homepage @homepage ||= Heel::Configuration::HOMEPAGE end
# File lib/heel/error_response.rb, line 30 def initialize(base_uri, body, status = 404, header = {}) super(body, status, header) self['Content-type'] = 'text/html' @base_uri = base_uri end
Generated with the Darkfish Rdoc Generator 2.