Examveda

How do you access a value from a hash in Ruby?

A. hash.get("key")

B. hash["key"]

C. hash.at("key")

D. hash.find("key")

Answer: Option B


This Question Belongs to Ruby Programming >> Basic Syntax In Ruby

Join The Discussion

Related Questions on Basic Syntax in Ruby