# File lib/rpm/file.rb, line 83
    def ghost?
      ! (@attr & RPM::C::FileAttrs[:ghost]).zero?
    end