summaryrefslogtreecommitdiff
path: root/delete.rb
diff options
context:
space:
mode:
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-04-30 03:16:12 +0100
committerKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-04-30 03:16:12 +0100
commitb3be789b0da179e1011323e95468d3a1f2fd5083 (patch)
tree391430a1e66336851b5eb952f6903cbaeb6d6868 /delete.rb
parent72b23cb2e5fba6241e438e2088cd310865d4457f (diff)
Add number of stub code for future functions.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Diffstat (limited to 'delete.rb')
-rw-r--r--delete.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/delete.rb b/delete.rb
new file mode 100644
index 0000000..b8376d1
--- /dev/null
+++ b/delete.rb
@@ -0,0 +1,15 @@
+#
+# delete.rb
+#
+
+# TODO(Krzysztof Wilczynski): We need to add support for regular expression ...
+# TODO(Krzysztof Wilczynski): Support for strings and hashes too ...
+
+module Puppet::Parser::Functions
+ newfunction(:delete, :type => :rvalue, :doc => <<-EOS
+ EOS
+ ) do |arguments|
+ end
+end
+
+# vim: set ts=2 sw=2 et :