mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Define uv_fs_f* as instance method of UV::FS . #37

Closed take-cheeze closed 10 years ago

take-cheeze commented 10 years ago

Use mrb_define_class_method instead of mrb_define_module_function in fs operation.

mattn commented 10 years ago

Thank you. Is this changes about UV::FS::xxx, ok?

take-cheeze commented 10 years ago

Yes. UV::FS::f* would be instance method of file descriptor.