diff options
-rw-r--r-- | unique.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |