class StunnerShades def chill nil end class Object def .chill? self.nil? end def .not_chill? !self.nil? end end end