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