# File lib/uri_template/rfc6570/regex_builder.rb, line 77 def group(capture = false) self << '(' self << '?:' unless capture yield self << ')' end