From b3be789b0da179e1011323e95468d3a1f2fd5083 Mon Sep 17 00:00:00 2001 From: Krzysztof Wilczynski Date: Sat, 30 Apr 2011 03:16:12 +0100 Subject: Add number of stub code for future functions. Signed-off-by: Krzysztof Wilczynski --- is_numeric.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 is_numeric.rb (limited to 'is_numeric.rb') diff --git a/is_numeric.rb b/is_numeric.rb new file mode 100644 index 0000000..7a64091 --- /dev/null +++ b/is_numeric.rb @@ -0,0 +1,12 @@ +# +# is_numeric.rb +# + +module Puppet::Parser::Functions + newfunction(:is_numeric, :type => :rvalue, :doc => <<-EOS + EOS + ) do |arguments| + end +end + +# vim: set ts=2 sw=2 et : -- cgit v1.2.3