class Regexp::Parser

def close_group

def close_group
  options_stack.pop unless switching_options
  self.switching_options = false
  decrease_nesting
end