Sha256: 238ca2df7b5f95d1172620eb57bfb176f673061084d791adea935e935abd0173
Contents?: true
Size: 193 Bytes
Versions: 4
Compression:
Stored size: 193 Bytes
Contents
class Kernel def pp(*attrs) NSLog([*attrs].map(&:inspect).join(' ') + ' ' + self.class.to_s) end def class_name_without_kvo self.class.name.gsub(/^NSKVONotifying_/, '') end end
Version data entries
4 entries across 4 versions & 1 rubygems