# File lib/rack/cors.rb, line 138
def
find_resource
(
path
)
@resources
.
detect
{
|
r
|
r
.
match?
(
path
)}
end