Ticket #186 (closed defect: fixed)
Difference between NSObject and Object?
| Reported by: | vincent.isambart@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | critical | Milestone: | MacRuby 0.5 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
In MacRuby, NSObject and Object are supposed to be the same. However, the following code does not work with NSObject (but does with Object):
class NSObject # works if NSObject is changed to Object def self.func end end Class.func
Change History
Note: See
TracTickets for help on using
tickets.

