Method: AdLint::Cc1::NamedFunction#initialize
- Defined in:
- lib/adlint/cc1/object.rb
#initialize(dcl_or_def, type, name) ⇒ NamedFunction
Returns a new instance of NamedFunction.
1017 1018 1019 1020 |
# File 'lib/adlint/cc1/object.rb', line 1017 def initialize(dcl_or_def, type, name) super(dcl_or_def, type) self.name = name end |