module Regexp::Syntax

def supported?(name)

def supported?(name)
  name =~ VERSION_REGEXP && comparable(name) >= comparable('1.8.6')
end