Method: AdLint::Cpp::PreprocessingFile#inspect

Defined in:
lib/adlint/cpp/syntax.rb

#inspect(indent = 0) ⇒ Object



96
97
98
99
# File 'lib/adlint/cpp/syntax.rb', line 96

def inspect(indent = 0)
  " " * indent + "#{short_class_name}\n" +
    (@group ? @group.inspect(indent + 1) : "")
end