class ActionDispatch::Journey::Nodes::Or

:nodoc:

def initialize(children)

def initialize(children)
  @children = children
end

def type; :OR; end

def type; :OR; end