class RuboCop::AST::Node

def mutable_literal?

def mutable_literal?
  MUTABLE_LITERALS.include?(type)
end