General

Profile

vladislav.zubov (Vladislav Zubov)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/30/2015

08:20 PM Ruby Bug #11017: overridden method Hash#[]= doesn't return correct data
Jeremy Evans wrote:
> Vladislav Zubov wrote:
> ...
Hello Jeremy Evans, thank you. Now all fit in the head.
Close please this issue. I don't find close button.
vladislav.zubov (Vladislav Zubov)
02:24 PM Ruby Bug #11017 (Rejected): overridden method Hash#[]= doesn't return correct data
Hello all.
I took the code from the active_support and its simplified
### hash_with_indifferent_access.rb
```ruby
class HashWithIndifferentAccess < Hash
def initialize(constructor = {})
if constructor.is_a?(Hash)
...
vladislav.zubov (Vladislav Zubov)

Also available in: Atom