Don't yield on initialize
This commit is contained in:
parent
9a25d6ef29
commit
61dddd8ec9
1 changed files with 0 additions and 3 deletions
|
@ -78,9 +78,6 @@ container_initialize(int argc, VALUE *argv, VALUE self)
|
|||
Data_Get_Struct(self, struct container_data, data);
|
||||
container = data->container;
|
||||
|
||||
if (rb_block_given_p())
|
||||
rb_yield(self);
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue