..
abs.rb
Added doc strings for first five functions
2011-07-30 04:22:30 +10:00
bool2num.rb
Added doc strings for first five functions
2011-07-30 04:22:30 +10:00
capitalize.rb
Added doc strings for first five functions
2011-07-30 04:22:30 +10:00
chomp.rb
Added doc strings for first five functions
2011-07-30 04:22:30 +10:00
chop.rb
Added doc strings for first five functions
2011-07-30 04:22:30 +10:00
delete.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
delete_at.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
downcase.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
empty.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
flatten.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
getvar.rb
( #8010 ) Add getvar() rvalue function
2011-06-21 15:12:46 -07:00
grep.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
has_key.rb
( #8708 ) Add has_key function
2011-07-29 15:11:10 -07:00
hash.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
is_array.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
is_domain_name.rb
Prep for stdlib merge
2011-08-05 08:25:03 +01:00
is_float.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
is_hash.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
is_integer.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
is_ip_address.rb
Prep for stdlib merge
2011-08-05 08:25:03 +01:00
is_mac_address.rb
Prep for stdlib merge
2011-08-05 08:25:03 +01:00
is_numeric.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
is_string.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
join.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
keys.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
loadyaml.rb
( #8575 ) Add loadyaml() function
2011-07-26 15:45:47 -07:00
lstrip.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
member.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
merge.rb
( #8717 ) Make merge() function work with Ruby 1.8.5
2011-08-01 11:45:08 -07:00
num2bool.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
parsejson.rb
Prep for stdlib merge
2011-08-05 08:25:03 +01:00
parseyaml.rb
Prep for stdlib merge
2011-08-05 08:25:03 +01:00
prefix.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
range.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
reverse.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
rstrip.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
shuffle.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
size.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
sort.rb
Fix some ruby 1.9.2 issues.
2011-07-30 00:44:02 +01:00
squeeze.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
str2bool.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
strftime.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
strip.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
swapcase.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
time.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
type.rb
( #3 ) Provide documentation for remaining functions.
2011-07-29 23:09:30 +01:00
unique.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
upcase.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
validate_array.rb
( #8678 ) Add validate_array and validate_string functions
2011-08-04 16:05:39 -07:00
validate_bool.rb
Add validate_bool() function to stdlib
2011-06-03 11:39:45 -07:00
validate_hash.rb
( #8010 ) Add validate_hash function
2011-06-21 17:01:33 -07:00
validate_re.rb
( #7657 ) Add basic validate_re function
2011-05-25 12:38:15 -07:00
validate_string.rb
( #8678 ) Add validate_array and validate_string functions
2011-08-04 16:05:39 -07:00
values.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00
values_at.rb
Fix some ruby 1.9.2 issues.
2011-07-30 00:44:02 +01:00
zip.rb
( #3 ) Apply missing documentation to more functions.
2011-07-29 22:18:56 +01:00