General

Profile

nepalez (Andrew Kozin)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

07/02/2015

01:05 PM Ruby master Feature #11325 (Rejected): Block is passed to initializer implicitly even when I asked not to.
This works as expected:
~~~ruby
class Foo
attr_reader :block
def initialize(&block)
@block = block
...
nepalez (Andrew Kozin)

06/23/2015

12:00 PM Ruby master Bug #11294: Possible bug in Object.const_get
Thank you, Nobuyoshi, for your answering. Now I see the reason.
When I told that `Foo::Bar::Qux` is "closest" to `...
nepalez (Andrew Kozin)

06/22/2015

09:23 PM Ruby master Bug #11294 (Rejected): Possible bug in Object.const_get
~~~ruby
module Foo; end
module Foo::Baz; end
module Bar; end
module Bar::Qux; end
Object.const_get "Foo::Baz::...
nepalez (Andrew Kozin)

06/19/2015

05:49 AM Ruby master Bug #11283: Block assigned implicitly
Not, in my examples (from the initial post) it does not do that, but something different. Namely, it doesn't assignin... nepalez (Andrew Kozin)

06/18/2015

10:45 PM Ruby master Bug #11283: Block assigned implicitly
I'd expect Ruby to do any of two options:
* Either provide a method with empty proc (`Proc.new`)
* Or call `Synta...
nepalez (Andrew Kozin)
07:31 PM Ruby master Bug #11283: Block assigned implicitly
This feature buzzes and wiggles aerials like a bug.
I cannot see why is it needed for your example. It is pretty e...
nepalez (Andrew Kozin)
03:36 PM Ruby master Bug #11283 (Closed): Block assigned implicitly
That is how it works:
module Test
def self.build(&block)
klass = Class.new(Object)
kl...
nepalez (Andrew Kozin)

Also available in: Atom