# File lib/ajaxim_drupal_user.rb, line 34
  def nil?
    if @user == nil
      true
    else
      false
    end
  end