# File lib/rack/builder.rb, line 49
49:
def
self
.
app
(
&
block
) 50:
self
.
new
(
&
block
).
to_app
51:
end