Charles Oliver Nutter wrote: > Gregory Seidman wrote: >> On Wed, Dec 03, 2008 at 10:09:03AM +0900, Wayne Meissner wrote: >>> Greetings Rubyists. >>> >>> The JRuby team is proud to announce the release of 0.2.0 of FFI for >>> Ruby. This release is compatible with the FFI implementation released >>> in JRuby 1.1.6 >> [...] >>> Highlights of changes since 0.1.1: >>> >> [...] >>> - variadic function support (from Luc Heinrich <luc / honk-honk.com>) >> [...] >> >> I have been waiting for that feature. Is there a code example of >> setting up >> a variadic function somewhere? > > There's a pretty good collection of specs; that's probably your best bet > for examples right now, until users start adding examples to the wiki. > > https://kenai.com/hg/ruby-ffi~mercurial/file/9132d4854b79/specs/variadic_spec.rb Better URL (still learning hg myself): https://kenai.com/hg/ruby-ffi~mercurial/file/tip/specs/variadic_spec.rb