summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/is_absolute_path.rb
AgeCommit message (Collapse)Author
2016-08-08(modules-3532) deprecate string type checkstphoney
2015-12-15adds new parser called is_absolute_pathCorey Osman
* is_absolute_path returns boolean true if the given path is absolute, returns false otherwise. * works for windows and unix