summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--values_at.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/values_at.rb b/values_at.rb
index c2851b4..cd7205d 100644
--- a/values_at.rb
+++ b/values_at.rb
@@ -2,6 +2,9 @@
# values_at.rb
#
+# TODO(Krzysztof Wilczynski): Support for hashes would be nice too ...
+# TODO(Krzysztof Wilczynski): We probably need to approach numeric values differently ...
+
module Puppet::Parser::Functions
newfunction(:values_at, :type => :rvalue, :doc => <<-EOS
EOS