# File lib/authlogic/acts_as_authentic/logged_in_status.rb, line 48
          def logged_out?
            !logged_in?
          end