# File lib/rack/builder.rb, line 126
def
map
(
path
,
&
block
)
@map
||=
{}
@map
[
path
] =
block
end