Returns a new instance of Builder.
12 13 14 15
# File 'lib/protocol/http/middleware/builder.rb', line 12 def initialize(default_app = NotFound) @use = [] @app = default_app end