class Object

Constants

CONFIG_DEFAULTS
CONFIG_FILENAME

Public Instance Methods

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