class Regexp::Syntax::Base

def implements(type, tokens)

def implements(type, tokens)
  implementations(type).merge(Array(tokens))
end