method

parse_or

rails latest stable - Class: ActionDispatch::Journey::Parser

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

parse_or(lhs)
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/parser.rb, line 52
        def parse_or(lhs)
          advance_token
          node = parse_expression
          Or.new([lhs, node])
        end