class Object

Constants

APP_ROOT

Public Instance Methods

blank?() click to toggle source
# File lib/t_chatter.rb, line 18
def blank?
  respond_to?(:empty?) ? !!empty? : !self
end