ofayans (Oleg Fayans)
- Login: ofayans
- Email: ofajans@gmail.com
- Registered on: 01/23/2015
- Last sign in: 02/10/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/23/2015
-
08:10 PM Ruby Bug #10777 (Rejected): variable gets reset when passing a named argument to a function, if the name of this argument is the same as variable name
- I have a function, say function1 that has a variable, named param with a value of true.
from this function I call another function, function2 with the following call:
function2(param=false)
During this call the value of param in funct...