method

scan

scan(path)
public

No documentation available.

# File lib/webrick/httpserver.rb, line 188
      def scan(path)
        @scanner =~ path
        [ $&, $' ]
      end