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 5
def initialize(syntax, type, token)
  super "#{syntax.class.name} does not implement: [#{type}:#{token}]"
end