method

scan_setup

rails latest stable - Class: ActionDispatch::Journey::Scanner
scan_setup(str)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/scanner.rb, line 12
      def scan_setup(str)
        @ss = StringScanner.new(str)
      end