puppetlabs-stdlib/lib/puppet
Ryan McKern 42743614cb (MODULES-905) Add bool2str() and camelcase() for string manipulation
Python likes to have its constants Capitalized, and the capitalize
function only understands strings... so I shave a yak.

bool2str will convert a boolean to its equivalent string value,
and camelcase extends on uppercase & downcase to convert an underscore
delimited string into a camelcased string.
2014-05-13 15:46:40 -07:00
..
parser/functions (MODULES-905) Add bool2str() and camelcase() for string manipulation 2014-05-13 15:46:40 -07:00
provider/file_line (maint) Improve the tests and readability of file_line 2013-08-29 16:27:27 -07:00
type Update file_line resource to support 'after'. 2013-08-29 15:07:29 -07:00