# File lib/rack/runtime.rb, line 9 def initialize(app, name = nil) @app = app @header_name = "X-Runtime" @header_name << "-#{name}" if name end