Ticket #65 (closed defect: fixed)
#gsub! mutates frozen strings
| Reported by: | binary42@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | MacRuby 0.2 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
If a string is frozen, #sub! and #gsub! raise a RuntimeError. It seems other bang methods like succ! are affected as well.
Change History
Note: See
TracTickets for help on using
tickets.

