method
join_parts
rails latest stable - Class:
ActiveSupport::MessageEncryptor
join_parts(parts)private
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 336
def join_parts(parts)
parts.map! { |part| encode(part) }.join(SEPARATOR)
end