abs.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
bool2num.rb
Change boolean detecion from string to make entire function more robust.
2011-04-30 02:57:48 +01:00
capitalize.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
chomp.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
chop.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
count.rb
Adding support for hash and string to the function count.
2011-04-30 00:56:12 +01:00
date.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
delete.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
delete_at.rb
Moved to unless from if not for code clarity and changed wording
2011-04-30 00:57:24 +01:00
downcase.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
empty.rb
Moved to unless from if not and removed TODO.
2011-04-30 00:58:37 +01:00
fact.rb
Small re-factor. Remove not needed complexity.
2011-04-30 02:51:17 +01:00
flatten.rb
Added body of the function flatten.
2011-04-30 02:50:38 +01:00
grep.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
hash.rb
Making sure that the function hash will also work on older Rubies.
2011-04-30 03:44:59 +01:00
is_array.rb
First version. Simple is_array function to use within Puppet DSL.
2011-04-28 03:43:14 +01:00
is_float.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
is_hash.rb
First version. Simple is_hash function to use within Puppet DSL.
2011-04-29 04:37:50 +01:00
is_integer.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
is_numeric.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
is_string.rb
First version. Simple is_string function to use within Puppet DSL.
2011-04-28 03:43:34 +01:00
is_valid_domain_name.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
is_valid_ip_address.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
is_valid_mac_address.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
is_valid_netmask.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
join.rb
Function has now more robust error detection.
2011-04-30 02:41:09 +01:00
join_with_prefix.rb
Small re-factor. Changed if not to unless for code clarity.
2011-04-29 23:30:32 +01:00
keys.rb
Small re-factor. Changed if not to unless for code clarity.
2011-04-29 23:30:32 +01:00
load_variables.rb
First version. Improvment upon bool2num function found on the Internet.
2011-04-25 03:19:10 +01:00
lstrip.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
member.rb
Moved to unless from if not to improve code clarity. Changed
2011-04-30 02:49:15 +01:00
num2bool.rb
Moved to unless from if not to improve code clarity. Added TODO
2011-04-30 02:48:25 +01:00
persistent_crontab_minutes.rb
Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later.
2011-04-23 01:18:52 +01:00
prefix.rb
Now prefix will convert everything into string which is the same
2011-04-30 02:40:04 +01:00
random_crontab_minutes.rb
Minor changes. Added placeholder for :doc in Puppet's newfunction to fill later.
2011-04-23 01:18:52 +01:00
range.rb
Added TODO for future reference.
2011-04-30 02:47:20 +01:00
README
Adding README file ...
2011-03-14 00:04:08 +00:00
reverse.rb
Small re-factor. Changed if not to unless for code clarity.
2011-04-29 23:30:32 +01:00
rstrip.rb
Small re-factor. Changed if not to unless for code clarity.
2011-04-29 23:30:32 +01:00
shuffle.rb
Moved to unless from if not to make code more clear. Plus a variable
2011-04-30 02:46:03 +01:00
size.rb
Added TODO for future reference.
2011-04-29 04:22:04 +01:00
sort.rb
Add number of stub code for future functions.
2011-04-30 03:16:12 +01:00
str2bool.rb
Small change to code formatting.
2011-04-30 02:45:36 +01:00
strftime.rb
Added comment line.
2011-04-30 02:45:04 +01:00
strip.rb
Corrected function name from chop to strip. Moved to unless from if not
2011-04-30 02:43:13 +01:00
swapcase.rb
First version. Simple swapcase function to use within Puppet DSL.
2011-04-30 14:35:10 +01:00
time.rb
Added comment line.
2011-04-30 02:44:49 +01:00
type.rb
Moved to unless from if not and changed wording of few error messages.
2011-04-30 01:00:10 +01:00
unique.rb
Moved to unless from if not plus removed surplus empty lines.
2011-04-30 00:59:18 +01:00
upcase.rb
Changed wording of the note in the comment.
2011-04-30 02:54:47 +01:00
values.rb
Small re-factor. Changed if not to unless for code clarity.
2011-04-29 23:30:32 +01:00
values_at.rb
Small re-factor. Changed if not to unless for code clarity.
2011-04-29 23:30:32 +01:00
zip.rb
Added ability to flatten the resulting array in the function zip.
2011-04-30 01:47:41 +01:00