Returns whether the node is a keyword.
Returns:
whether the node is a keyword
233 234 235
# File 'lib/yard/parser/ruby/ast_node.rb', line 233 def kw? false end