Method: VirtualBox::COM::XPCOMC::Spec::Function#to_call
- Defined in:
- lib/virtualbox/com/xpcomc-ffi/spec.rb
#to_call ⇒ Object
23 24 25 26 27 28 |
# File 'lib/virtualbox/com/xpcomc-ffi/spec.rb', line 23 def to_call Sig.new( if @type.nil? then @args else @args + [ [ :out, @type ] ] end) end |