Ticket #363 (new defect)
IO.copy_stream dont handle copyfile.
| Reported by: | kazuhisa@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | MacRuby 0.5 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
I try to run folloing script.
src = open("a")
dst = open("b","w+")
IO.copy_stream(src,dst)
src.close
dst.close
I expected to run via copyfile function . but not. because src/dst object is indicated as not T_FILE by rb_type.(T_NATIVE)
Change History
Note: See
TracTickets for help on using
tickets.

