summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/member.rb
AgeCommit message (Collapse)Author
2017-03-01(MODULES-4473) join strings for i18n parserEric Putnam
This commit joins all strings that are split over two lines with a plus, backslash, or double less than so that our magical i18n parser can wave over the module and mark every ruby string with our i18n function.
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