alexisowl (Alexey Smolianinov)
- Login: alexisowl
- Email: alexisowl@gmail.com
- Registered on: 06/25/2012
- Last sign in: 07/14/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/11/2012
-
07:59 PM Ruby Bug #6722 (Closed): Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- =begin
Hi guys,
Sorry for the duplicate - I already reported ((<this issue|URL:https://bugs.ruby-lang.org/issues/6644)>))
2 weeks ago, but didn't receive any answer.
I had mistakenly assigned "target version", maybe that was the re...
06/29/2012
-
08:30 PM Ruby Bug #6644: Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- Hello? Is anyone here? :)
06/25/2012
-
09:04 PM Ruby Bug #6644 (Closed): Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- =begin
Lately I came across some weird behavior with the (({defined?})) operator used to check if (({super})) keyword can be invoked in current context. Usually it works fine, but when I tried to combine the (({defined? super})) check w...