46 47 48
# File 'lib/core_ext/regexp.rb', line 46 def self.capture_group(atoms,**args) return Regexp::Template.new(atoms:[:placeholder_template]).capture_group(atoms,**args) end