ruby-vips
ruby-vips copied to clipboard
Method defined at top level.
https://github.com/libvips/ruby-vips/blob/932c31a103bb91c93ea862f3702b24b3fdd12905/lib/vips.rb#L26
This puts it in the global scope, is that a good idea?
Yes, true :(
I wanted to avoid copy-pasting it into the GLib, GModule and Vips modules. Really it ought to be inside ffi (i saw your PR, nice!).