class RuboCop::Cop::Lint::LiteralInCondition

def on_while_post(node)

def on_while_post(node)
  check_for_literal(node)
end