Flowdock
method

new

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: Pattern
new(strexp) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 13
        def initialize(strexp)
          @spec         = strexp.ast
          @requirements = strexp.requirements
          @separators   = strexp.separators.join
          @anchored     = strexp.anchor

          @names          = nil
          @optional_names = nil
          @required_names = nil
          @re             = nil
          @offsets        = nil
        end
Register or log in to add new notes.