# File lib/beefcake/buffer/base.rb, line 70
      def buf=(buf)
        @buf = buf.force_encoding('BINARY')
      end