class AdLint::Cpp::ObjectLikeDefineLine

Public Instance Methods

inspect(indent = 0) click to toggle source
# File lib/adlint/cpp/syntax.rb, line 368
def inspect(indent = 0)
  " " * indent + "#{short_class_name} (#{identifier.inspect})"
end