Parent

Methods

Object

Public Instance Methods

blank?() click to toggle source
# File lib/assistance/blank.rb, line 2
def blank?
  nil? || (respond_to?(:empty?) && empty?)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.