Sha256: a3b2189edf987343884590c16bd22288f545a2a3d7513c911f394d5510b928d4
Contents?: true
Size: 270 Bytes
Versions: 3
Compression:
Stored size: 270 Bytes
Contents
module Python module Pickle # # Represents a Python `tuple` object. # class Tuple < Array # # Inspects the tuple. # # @return [String] # def inspect "#<#{self.class}: #{super}>" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
python-pickle-0.2.0 | lib/python/pickle/tuple.rb |
python-pickle-0.1.1 | lib/python/pickle/tuple.rb |
python-pickle-0.1.0 | lib/python/pickle/tuple.rb |