From dce21147339b28adf5d7201a9448785cdf83bde2 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 15 Feb 2015 18:42:37 -0500 Subject: [PATCH] document Copy builder class --- lib/rscons/builders/install.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rscons/builders/install.rb b/lib/rscons/builders/install.rb index f76397b..eaca987 100644 --- a/lib/rscons/builders/install.rb +++ b/lib/rscons/builders/install.rb @@ -57,6 +57,7 @@ module Rscons end + # The Copy builder is identical to the Install builder. class Copy < Install; end end