class Regexp::Expression::CharacterSet

def each_with_index(&block)

def each_with_index(&block)
  @members.each_with_index {|m, i| yield m, i}
end