From: Krzysztof Wilczynski Date: Fri, 29 Apr 2011 03:18:29 +0000 (+0100) Subject: Added TODO for future reference. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=517227c75fe43489a25d4729ad9584b25193d843;p=puppet-stdlib.git Added TODO for future reference. Signed-off-by: Krzysztof Wilczynski --- diff --git a/unique.rb b/unique.rb index 03a5678..617b451 100644 --- a/unique.rb +++ b/unique.rb @@ -2,6 +2,8 @@ # unique.rb # +# TODO(Krzysztof Wilczynski): Support for strings would be nice too ... + module Puppet::Parser::Functions newfunction(:unique, :type => :rvalue, :doc => <<-EOS EOS