document Copy builder class

This commit is contained in:
Josh Holtrop 2015-02-15 18:42:37 -05:00
parent 0bbdda2d41
commit dce2114733

View File

@ -57,6 +57,7 @@ module Rscons
end
# The Copy builder is identical to the Install builder.
class Copy < Install; end
end