An immutable object's state never changes, so the `#hash`, `#inspect` and `#to_s` methods are idempotent. These methods should be memoized by default.
An immutable object's state never changes, so the
#hash,#inspectand#to_smethods are idempotent. These methods should be memoized by default.