allow IO.vmsplice to take a single string
commit5e222a0cedd7146bdc2b0f07d5c36ce7f38b740e
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Jun 2010 07:00:43 +0000 (3 07:00 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 3 Jun 2010 07:02:16 +0000 (3 07:02 +0000)
tree07ffe0da5100ef1b2d87d0aefb57f639053dbc71
parent01ced6c651db7694ecb73fbaa145d319f0b1e15d
allow IO.vmsplice to take a single string

This could be useful if a Ruby implementation eventually gives
us page-aligned strings that we can IO::Splice::F_GIFT
ext/io_splice/io_splice_ext.c
test/test_io_splice.rb