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

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

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