Ask A Question

Notifications

You’re not receiving notifications from this thread.

Hashes in Ruby Discussion

Discussion for Hashes in Ruby

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

Reply

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

Reply

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

Reply

It's a good one for sure! ;)

Reply

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

Reply

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

Reply

Thank you so much, Gabriel!

Reply

Great series collin, very informative and interactive for beginners

Reply

Hey thanks Amit! Glad you are enjoying it.

Reply
Join the discussion
Create an account Log in

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

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

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