Method: AdLint::Cc1::FunctionAbstractDeclarator#inspect
- Defined in:
- lib/adlint/cc1/syntax.rb
#inspect(indent = 0) ⇒ Object
4393 4394 4395 |
# File 'lib/adlint/cc1/syntax.rb', line 4393 def inspect(indent = 0) " " * indent + short_class_name end |