Flowdock
[](p1) public

Element Reference—Retrieves the value object corresponding to the key object. If not found, returns the a default value (see Hash::new for details).

   h = { "a" => 100, "b" => 200 }
   h["a"]   #=> 100
   h["c"]   #=> nil
Show source
Register or log in to add new notes.