Sha256: 33d3f8c4c76281f542b52cd968a61204f004f01bed48a6b1239853f5d6f9c9fe
Contents?: true
Size: 150 Bytes
Versions: 12
Compression:
Stored size: 150 Bytes
Contents
class Object # Will eventually get this by cherry-picking from activesupport def blank? respond_to?(:empty?) ? empty? : !self end end
Version data entries
12 entries across 12 versions & 2 rubygems