puppetlabs-stdlib/is_integer.rb

13 lines
178 B
Ruby
Raw Normal View History

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