class RuboCop::AST::IfNode

def then?

Returns:
  • (Boolean) - whether the node has an `then` clause
def then?
  loc_is?(:begin, 'then')
end