class RuboCop::AST::Node

def truthy_literal?

def truthy_literal?
  TRUTHY_LITERALS.include?(type)
end