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

12 lines
178 B
Ruby

#
# is_integer.rb
#
module Puppet::Parser::Functions
newfunction(:is_integer, :type => :rvalue, :doc => <<-EOS
EOS
) do |arguments|
end
end
# vim: set ts=2 sw=2 et :