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