Sha256: 2ac32bc152f3b2990758692bc4c79fbc2a4ffd8517a4cb90162742c754efcc80
Contents?: true
Size: 271 Bytes
Versions: 16
Compression:
Stored size: 271 Bytes
Contents
class TraceTree class Point class Omitted < Point def initialize end def class_and_method ' - -' end def source_location '-' end def self.event_class_method :omitted end end end end
Version data entries
16 entries across 16 versions & 1 rubygems