Method: Regexp::Syntax::Base#excludes
- Defined in:
- lib/regexp_parser/syntax/base.rb
#excludes(type, tokens) ⇒ Object
33 34 35 |
# File 'lib/regexp_parser/syntax/base.rb', line 33 def excludes(type, tokens) implementations(type).subtract(Array(tokens)) end |