Parent

Files

Class/Module Index [+]

Quicksearch

Object

Public Instance Methods

blank?() click to toggle source

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
to_dragonfly_unique_s() click to toggle source
# 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.