Methods

Files

Class/Module Index [+]

Quicksearch

Tins::Blank::Object

Public Instance Methods

blank?() click to toggle source
# File lib/tins/xt/blank.rb, line 4
def blank?
  respond_to?(:empty?) ? empty? : !self
end
present?() click to toggle source
# File lib/tins/xt/blank.rb, line 8
def present?
  !blank?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.