class RuboCop::AST::Node

def immutable_literal?

def immutable_literal?
  IMMUTABLE_LITERALS.include?(type)
end