class Regexp::Syntax::Base

def implementations(type)

def implementations(type)
  features[type] || []
end