Ticket #585 (new defect)
FFI , attach_variable missing?
| Reported by: | rob@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
Hi,
I was really happy to hear that FFI shipped with MacRuby but then I ended up a little disappointed :-P
require 'ffi' extend FFI::Library method(:attach_function).owner # => TopLevel method(:attach_variable).owner # => NoMethodError
I guess this could be intentional? I'm not sure. For my case I should be okay because I'm trying to read from a constant I know the value of, but just throwin' it out there.
Change History
Note: See
TracTickets for help on using
tickets.

