class RuboCop::AST::ForNode

def void_context?

Returns:
  • (true) - whether the `for` node body is a void context
def void_context?
  true
end