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

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

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