Browse thread
why aren't methods visible inside class definition
- briand@a...
[
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: | briand@a... |
| Subject: | why aren't methods visible inside class definition |
Any particular reason for this ? After all values are visible so why aren't methods simply treated as values which are functions and therefore visible also. By visible, I mean that methods can nly be accessed using self#method_name Thanks Brian