class RuboCop::AST::ForNode

def keyword

Returns:
  • (String) - the keyword of the `until` statement
def keyword
  'for'
end