Strings and Mutability in Ruby
Mutability in Strings and Constants; the freeze method for creating immutable objects; the frozen? method; the dup method for making a mutable copy of a frozen object.
ruby
Tags
ruby
(17)
Subject Guide
Basic Ruby