patrickhno (patrick hanevold)
- Login: patrickhno
- Registered on: 01/07/2012
- Last sign in: 01/08/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2012
-
07:24 AM Ruby Bug #5857: no block given with redefined method although block given
- See this thread on stack overflow on this issue:
http://stackoverflow.com/questions/8764460/ruby-re-defined-method-with-a-yield-throws-no-block-given -
06:54 AM Ruby Bug #5857 (Rejected): no block given with redefined method although block given
- Please help me understand if this really is a bug or not. It seems so very like it.
The second yielder gives a no block given exception on the yield, and I cant see how thats right, and it is called with a code block.
class Foo
de...