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