Method: Regexp::Template#group

Defined in:
lib/core_ext/regexp.rb

#group(atoms) ⇒ Object



336
337
338
# File 'lib/core_ext/regexp.rb', line 336

def group(atoms)
  return "[#{atoms.join("")}]"
end