module Regexp::Syntax

def self.supported?(name)

def self.supported?(name)
  VERSIONS.include?(name)
end