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