summaryrefslogtreecommitdiff
path: root/range.rb
diff options
context:
space:
mode:
Diffstat (limited to 'range.rb')
-rw-r--r--range.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/range.rb b/range.rb
index 68124e1..6afb50c 100644
--- a/range.rb
+++ b/range.rb
@@ -2,6 +2,8 @@
# range.rb
#
+# TODO(Krzysztof Wilczynski): We probably need to approach numeric values differently ...
+
module Puppet::Parser::Functions
newfunction(:range, :type => :rvalue, :doc => <<-EOS
EOS