summaryrefslogtreecommitdiff
path: root/grep.rb
blob: 1663fe787ad89f9373d51a11aa3d133be495989a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# grep.rb
#

module Puppet::Parser::Functions
  newfunction(:grep, :type => :rvalue, :doc => <<-EOS
    EOS
  ) do |arguments|
  end
end

# vim: set ts=2 sw=2 et :