method
scan_setup
v7.0.0 -
Show 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