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