Method: Regexp::Template.capture_group

Defined in:
lib/core_ext/regexp.rb

.capture_group(atoms, **args) ⇒ Object



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