uuencodes the String.
"hello world".uu_encode # => "+:&5L;&\\@=V]R;&0`\n"
Returns:
The UU encoded String.
See Also:
Since:
1.0.0
41 42 43
# File 'lib/ronin/support/encoding/uuencoding/core_ext/string.rb', line 41 def uu_encode Ronin::Support::Encoding::UUEncoding.encode(self) end