New Discussion

Notifications

You’re not receiving notifications from this thread.

Hashes in Ruby Discussion

8
General

If we use h = HashWithIndifferentAccess.new({key: "value"}) it will allow us to access the value through both h[:key] and h["key"].

Hey Yago, while this is true, HashWithIndifferentAccess is only available via ActiveSupport. This section of the learning path is focused purely on Ruby.

Thanks Collin! I like the #dig method! : )

It's a good one for sure! ;)

i didn't even know something like that existed until now. Really cool method

I am coming from javascript and most of the concepts are similar but you do an amazing job explaining everything. Good job!

Thank you so much, Gabriel!

Great series collin, very informative and interactive for beginners

Hey thanks Amit! Glad you are enjoying it.

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 88,275+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.