diff options
-rw-r--r-- | reverse.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ # reverse.rb # +# TODO(Krzysztof Wilczynski): Support for strings would be nice too ... + module Puppet::Parser::Functions newfunction(:reverse, :type => :rvalue, :doc => <<-EOS EOS |