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