Sha256: 48219364fe4f31c942e680d60681c197803c2b37c346cafd23bbffb60b0d48ff
Contents?: true
Size: 243 Bytes
Versions: 54
Compression:
Stored size: 243 Bytes
Contents
class NSNotification def to_s name end def inspect "#<#{self.class.to_s}:0x#{self.object_id.to_s(16)}, "+ "name=#{self.name.inspect}, object=#{object.inspect}, "+ "userInfo=#{userInfo.inspect}"+ ">" end end
Version data entries
54 entries across 54 versions & 1 rubygems