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