Ticket #244 (closed defect: fixed)
String.name should return "String" and not "NSMutableString"
| Reported by: | carllerche@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.6 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
macirb
String.name # => "NSMutableString"
I believe that it is a ruby expectation that core classes will have the same name on any ruby implementation. Extlib and other libraries rely on this fact.
Change History
Note: See
TracTickets for help on using
tickets.

