Class: Python::Pickle::Tuple
- Inherits:
-
Array
- Object
- Array
- Python::Pickle::Tuple
- Defined in:
- lib/python/pickle/tuple.rb
Overview
Represents a Python tuple
object.
Instance Method Summary collapse
-
#inspect ⇒ String
Inspects the tuple.
Instance Method Details
#inspect ⇒ String
Inspects the tuple.
13 14 15 |
# File 'lib/python/pickle/tuple.rb', line 13 def inspect "#<#{self.class}: #{super}>" end |