Sha256: 128382a1e64a84c5920df2c93882a869d7464bc7577adf18dc9a26a393316150
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
# encoding: UTF-8 class Object # See http://api.rubyonrails.org/classes/Object.html#M000279 def blank? respond_to?(:empty?) ? empty? : !self end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plow-0.1.0 | lib/plow/core_ext/object.rb |