class Regexp::Parser
def close_group
def close_group nesting.pop options_stack.pop unless switching_options self.switching_options = false self.node = nesting.last self.node = node.last if node.last and node.last.is_a?(Alternation) end
def close_group nesting.pop options_stack.pop unless switching_options self.switching_options = false self.node = nesting.last self.node = node.last if node.last and node.last.is_a?(Alternation) end