# File lib/mcollective/message.rb, line 122 def base64_encode! return if @base64 @payload = SSL.base64_encode(@payload) @base64 = true end