Class: FFI::Generator::Function::Argument
- Defined in:
- lib/generator/generator.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Type
Methods inherited from Node
Constructor Details
This class inherits a constructor from FFI::Generator::Type
Instance Method Details
#to_s ⇒ Object
239 240 241 |
# File 'lib/generator/generator.rb', line 239 def to_s get_attr('type') == 'void' ? nil : super end |