method
scan
v2_6_3 -
Show latest stable
- Class:
WEBrick::HTTPServer::MountTable
scan(path)public
No documentation available.
# File lib/webrick/httpserver.rb, line 272
def scan(path)
@scanner =~ path
[ $&, $' ]
end