HomePhorge

(#7601) Use << instead of += in references
7a0ade61222fUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(#7601) Use << instead of += in references

This commit refactors some reference code to use the "<<" string append
operator instead of the slower-but-equivalent += operator. (Offending
instances left in lib/puppet/reference/metaparameter.rb and
lib/puppet/reference/indirection.rb are slated for deletion in a subsequent
commit.)

Details

Event Timeline

nfagerlund <nick.fagerlund@gmail.com> committed rPU7a0ade61222f: (#7601) Use << instead of += in references (authored by nfagerlund <nick.fagerlund@gmail.com>).Oct 27 2011, 10:41 PM