difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?
Answer / Mintu Ahmad
"ActiveSupport's HashWithIndifferentAccess is a subclass of Ruby's standard Hash that allows you to use both symbols and strings as keys interchangeably. By contrast, Ruby's standard Hash uses only symbols as keys."
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you implement hash in ruby internally?
how many ways you can create a concatenating string?
Can you call a private method outside a ruby class using its object?
Where does a scope change in a ruby program?
Tell us what is class libraries in ruby?
Why Ruby is known as a language of flexibility?
Tell me what is the command to create a migration?
What is retry statement in ruby?
what is the difference between Procs and Blocks?
How to access Ruby strings elements in an application?
Difference between render and redirect?
Explain next statement in ruby.