General

Profile

popoxee (Bruce Metz)

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...
popoxee (Bruce Metz)

Also available in: Atom