class Regexp::Syntax::NotImplementedError
Public Class Methods
Source
# File lib/regexp_parser/syntax/base.rb, line 3 def initialize(syntax, type, token) super "#{syntax} does not implement: [#{type}:#{token}]" end
Calls superclass method