Returns whether the node is a loop.
Returns:
whether the node is a loop
253 254 255
# File 'lib/yard/parser/ruby/ast_node.rb', line 253 def loop? false end