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