summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/member.rb
AgeCommit message (Collapse)Author
2015-06-01Convert tests to use plain rspec-puppetDavid Schmitt
Tests in the new style produces the following documentation output: abs should not eq nil should run abs() and raise an Puppet::ParseError should run abs(-34) and return 34 should run abs("-34") and return 34 should run abs(34) and return 34 should run abs("34") and return 34
2014-11-17Need to convert strings and fixnums to arraysMorgan Haskel
2014-11-12(MODULES-1329) Allow member function to look for arrayYanis Guenane
Currently, the member function allows one to only find if a variable is part of an array. Sometimes it is useful to find if an array is part of a bigger array for validation purpose.
2014-11-04MODULES-1413 Ability to for future parser to use member with FixNum typesTravis Fields
2011-07-29(#3) Provide documentation for remaining functions.Ken Barber
2011-04-30Moved more functions into lib/puppet/parser/functions/Ken Barber
2011-04-30Convert to module format.Ken Barber