module RbNaCl::Serializable
def inspect
-
(String)
- a string representing this key
def inspect "#<#{self.class}:#{Util.bin2hex(to_bytes)[0, 8]}>" end
def to_s
def to_s to_bytes end
def to_str
def to_str to_bytes end
(String)
- a string representing this key
def inspect "#<#{self.class}:#{Util.bin2hex(to_bytes)[0, 8]}>" end
def to_s to_bytes end
def to_str to_bytes end