# File ruby/bstream.rb, line 663
        def writes(a)
          @out << a
          return a.size
        end