drop remaining 1.8 and fragile autopush code paths
[kgio.git] / ext / kgio / set_file_path.h
blob756d9bbf5e848d30a0bdfa5566966613168d8e64
1 /* We do not modify RSTRING in this file, so RSTRING_MODIFIED is not needed */
2 static void set_file_path(VALUE io, VALUE path)
4 rb_iv_set(io, "@path", rb_str_new4(path));