diff options
author | fiddyspence <chris.spence@puppetlabs.com> | 2013-05-24 16:33:24 +0100 |
---|---|---|
committer | fiddyspence <chris.spence@puppetlabs.com> | 2013-05-24 16:33:24 +0100 |
commit | 3707c47dcdf154b2396d9240fc90f76450890b71 (patch) | |
tree | 3ac3565f2bf7a0043f1a09584ce93a8dc24ed5a0 /README.markdown | |
parent | 2cdbbafc06844afe7337717d9e29c720819d528c (diff) |
Adding base64 function
Adding base64 function and spec test. Included a bonus fix to
validate_slength_spec.rb to put the expectation message in the right
place.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 8a53f31..0e40f51 100644 --- a/README.markdown +++ b/README.markdown @@ -83,6 +83,15 @@ converted to arrays of alternating keys and values. - *Type*: rvalue +base64 +-------- +Converts a string to and from base64 encoding. +Requires an action ['encode','decode'] and either a plain or base64 encoded +string + + +- *Type*: rvalue + bool2num -------- Converts a boolean to a number. Converts the values: |