Sha256: 0a1d27b7fc41d379f1f5091afddcdae3f1b4a6268dd7218cbd0581e97210d76f
Contents?: true
Size: 424 Bytes
Versions: 15
Compression:
Stored size: 424 Bytes
Contents
module Regexp::Syntax module Token module Group Basic = [:capture, :close] Extended = Basic + [:options] Named = [:named] Atomic = [:atomic] Passive = [:passive] Comment = [:comment] All = Group::Extended + Group::Named + Group::Atomic + Group::Passive + Group::Comment Type = :group end Map[Group::Type] = Group::All end end
Version data entries
15 entries across 15 versions & 1 rubygems