vladislav.zubov (Vladislav Zubov)
- Login: vladislav.zubov
- Email: vladislav.zubov@tut.by
- Registered on: 03/30/2015
- Last sign in: 03/30/2015
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.
-
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)
...