Methods

FFI::Generator::Function::Argument

Public Instance Methods

to_s() click to toggle source
    # File lib/generator/function.rb, line 5
 5:         def to_s
 6:           case get_attr('type')
 7:           when 'void'
 8:             nil
 9:           when 'v(...)'
10:             ':varargs'
11:           else
12:             super
13:           end
14:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.