class Jellyfish::Response

Public Instance Methods

body() click to toggle source
# File lib/jellyfish.rb, line 21
def body
  @body ||= [File.read("#{Jellyfish.public_root}/#{status}.html")]
end
headers() click to toggle source
# File lib/jellyfish.rb, line 17
def headers
  @headers ||= {'Content-Type' => 'text/html'}
end