class AdLint::Cc1::BreakStatement
Public Instance Methods
inspect(indent = 0)
click to toggle source
# File lib/adlint/cc1/syntax.rb, line 3960 def inspect(indent = 0) " " * indent + "#{short_class_name} (#{location.inspect})" end