puppetlabs-stdlib/lib/puppet/parser/functions/is_numeric.rb

13 lines
178 B
Ruby
Raw Normal View History

#
# 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 :