Sha256: a4f28931c7bcd1f7f1912cbf9abb01e8a384f238db4a8caeb9f99be72be7ec85
Contents?: true
Size: 123 Bytes
Versions: 90
Compression:
Stored size: 123 Bytes
Contents
class NSIndexPath def to_s return super unless self.respond_to?(:to_a) "<NSIndexPath #{to_a.to_s}>" end end
Version data entries
90 entries across 90 versions & 1 rubygems