module RuboCop::Cop::MultilineExpressionIndentation

def postfix_conditional?(node)

begin on the same line.
Returns true if `node` is a conditional whose `body` and `condition`
def postfix_conditional?(node)
  node.if_type? && node.modifier_form?
end