BasicObject
Don't want to depend on activesupport for this
# File lib/dragonfly/core_ext/object.rb, line 4 def blank? respond_to?(:empty?) ? empty? : !self end
# File lib/dragonfly/core_ext/object.rb, line 8 def to_dragonfly_unique_s to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.