class RuboCop::AST::NodePattern::Comment

def inspect

Returns:
  • (String) - a human-readable representation of this comment
def inspect
  "#<NodePattern::Comment #{@location.expression} #{text.inspect}>"
end