::Rack::Response
# File lib/heel/error_response.rb, line 25 25: def homepage 26: @homepage ||= Heel::Configuration::HOMEPAGE 27: end
# File lib/heel/error_response.rb, line 30 30: def initialize(base_uri, body, status = 404, header = {}) 31: super(body, status, header) 32: self['Content-type'] = 'text/html' 33: @base_uri = base_uri 34: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.