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