class RuboCop::AST::CaseNode

def keyword

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