From 3707c47dcdf154b2396d9240fc90f76450890b71 Mon Sep 17 00:00:00 2001 From: fiddyspence <chris.spence@puppetlabs.com> Date: Fri, 24 May 2013 16:33:24 +0100 Subject: 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. --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 8a53f31..0e40f51 100644 --- a/README.markdown +++ b/README.markdown @@ -81,6 +81,15 @@ lists are converted to an empty array. Arrays are left untouched. Hashes are 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 -- cgit v1.2.3