class RuboCop::AST::UntilNode

def keyword

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