Class: Python::Pickle::Tuple

Inherits:
Array
  • Object
show all
Defined in:
lib/python/pickle/tuple.rb

Overview

Represents a Python tuple object.

Instance Method Summary collapse

Instance Method Details

#inspectString

Inspects the tuple.

Returns:

  • (String)


13
14
15
# File 'lib/python/pickle/tuple.rb', line 13

def inspect
  "#<#{self.class}: #{super}>"
end