Method: EncryptDecrypt::EncryptedServer#send_code

Defined in:
lib/accu-encrypt.rb

#send_code(code) ⇒ Object

Sends a code.



157
158
159
# File 'lib/accu-encrypt.rb', line 157

def send_code(code)
	send("C:#{code}")
end