svladb (Vladimir Smelyansky)
- Login: svladb
- Email: vlad@teletownhall.com
- Registered on: 04/10/2014
- Last sign in: 04/10/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/10/2014
-
11:12 PM Ruby Bug #9726 (Closed): Incorrect Proc parsing
- There seems to be issue in parsing with white space:
The code below works:
~~~ruby
proc_issue (Proc.new { |n|
"Do something"
})
~~~
That code causing parsing error (removing white space makes it working `proc_issue` (`Proc...