class Rack::ContentType

def initialize(app, content_type = "text/html")

def initialize(app, content_type = "text/html")
  @app = app
  @content_type = content_type
end