[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Clearwater <chris@d...> |
| Subject: | 'open' on objects? |
Is it possible to create an object by extending another object? I'd like to do something like this: ... object open (an_object:class_type) ... end ...