class RuboCop::AST::Node

def falsey_literal?

def falsey_literal?
  FALSEY_LITERALS.include?(type)
end