class RuboCop::AST::WhileNode

def keyword

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