H
Harry Spier
In the same way that a += 1 means a = a+1
is it possible in Ruby to create an operator such as .! (or something
like that) such that
someObject.!someMethod gives the same result as
someObject = someObject.someMethod
is it possible in Ruby to create an operator such as .! (or something
like that) such that
someObject.!someMethod gives the same result as
someObject = someObject.someMethod