nepalez (Andrew Kozin)
- Login: nepalez
- Email: andrew.kozin@gmail.com
- Registered on: 06/18/2015
- Last sign in: 07/31/2015
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
...
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 `...
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::...
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...
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... - 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... - 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...
Also available in: Atom