class Regexp::Syntax::NotImplementedError
def initialize(syntax, type, token)
def initialize(syntax, type, token) super "#{syntax} does not implement: [#{type}:#{token}]" end
def initialize(syntax, type, token) super "#{syntax} does not implement: [#{type}:#{token}]" end