class RuboCop::AST::NodePattern::Comment

def text

Returns:
  • (String) -
def text
  loc.expression.source.freeze
end