Method: Meshchat::Encryption::Passthrough.encrypt

Defined in:
lib/meshchat/encryption/passthrough.rb

.encrypt(msg, *_args) ⇒ Object



10
11
12
# File 'lib/meshchat/encryption/passthrough.rb', line 10

def encrypt(msg, *_args)
  msg
end