Method: AdLint::Cc1::TypedefDeclaration#inspect
- Defined in:
- lib/adlint/cc1/syntax.rb
#inspect(indent = 0) ⇒ Object
2551 2552 2553 2554 |
# File 'lib/adlint/cc1/syntax.rb', line 2551 def inspect(indent = 0) " " * indent + "#{short_class_name} (#{location.inspect}) " + identifier.value end |