Am 26.01.2011 07:13, schrieb Ben Bleything: > On Tue, Jan 25, 2011 at 9:57 PM, botp <botpena / gmail.com> wrote: >> will this run on 1.9? > > Sadly, it will not. Maintaining compatibility with both 1.8 and 1.9 > pretty much requires a rewrite to use FFI... and that's a big pain. > > Patches welcome, though :) > > Ben > > If you're missing DL::Importable, it has been renamed to DL::Importer. ----------------------------- #ruby -v: ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux] irb(main):001:0> require "dl/import" => true irb(main):002:0> DL::Importer => DL::Importer irb(main):003:0> --------------------------- Vale, Marvin