# File lib/active_support/gzip.rb, line 8
      def initialize(*)
         super
         set_encoding "BINARY" if "".encoding_aware?
       end