# File lib/rack/content_type.rb, line 12 def initialize(app, content_type = "text/html") @app, @content_type = app, content_type end