Subject: [ruby-ffi] Re: unable to find method? |
From: rogerdpack |
Date: 12/21/09 8:00 AM |
To: ruby-ffi |
Yes, but doing things inside a module and calling from it. It works. What you did is extend Object with FFI::Library, dunno how that is going to end.
Thanks that does work. Is there a reason why Object should not be extensible, or is this a bug? -r