#244: String.name should return "String" and not "NSMutableString" -------------------------------+-------------------------------------------- Reporter: carllerche@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------+-------------------------------------------- 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. -- Ticket URL: <http://www.macruby.org/trac/ticket/244> MacRuby <http://macruby.org/>