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 --- date.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 date.rb (limited to 'date.rb') diff --git a/date.rb b/date.rb new file mode 100644 index 0000000..ea11265 --- /dev/null +++ b/date.rb @@ -0,0 +1,12 @@ +# +# date.rb +# + +module Puppet::Parser::Functions + newfunction(:date, :type => :rvalue, :doc => <<-EOS + EOS + ) do |arguments| + end +end + +# vim: set ts=2 sw=2 et : -- cgit v1.2.3