popoxee (Bruce Metz)
- Login: popoxee
- Email: popoxee@hotmail.com
- Registered on: 10/14/2012
- Last sign in: 10/30/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/30/2013
-
10:00 AM Ruby Feature #9060 (Rejected): "Assignment" operator overloading
- =begin
I understand assignment in ruby is assigning an object to the variable. However there are other cases we need to use assignments. For example:
class Foo
end
class Bar < Foo
end
f = Foo.new
b = Bar.new
//Some o...