kgio.git  about / heads / tags
kinder, gentler I/O for Ruby
blob 756d9bbf5e848d30a0bdfa5566966613168d8e64 175 bytes (raw)
$ git show HEAD:ext/kgio/set_file_path.h	# shows this blob on the CLI

1
2
3
4
5
 
/* We do not modify RSTRING in this file, so RSTRING_MODIFIED is not needed */
static void set_file_path(VALUE io, VALUE path)
{
	rb_iv_set(io, "@path", rb_str_new4(path));
}

git clone git://yhbt.net/kgio.git
git clone https://yhbt.net/kgio.git