U:RDoc::AnyMethod[iI"[]:ETI" Hash::[];TT: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"9Creates a new hash populated with the given objects.;To:RDoc::Markup::BlankLineo; ; [I"QSimilar to the literal { _key_ => _value_, ... }. In the first ;TI"Nform, keys and values occur in pairs, so there must be an even number of ;TI"arguments.;T@o; ; [I"OThe second and third form take a single argument which is either an array ;TI";of key-value pairs or an object convertible to a hash.;T@o:RDoc::Markup::Verbatim; [I"CHash["a", 100, "b", 200] #=> {"a"=>100, "b"=>200} ;TI"CHash[ [ ["a", 100], ["b", 200] ] ] #=> {"a"=>100, "b"=>200} ;TI"BHash["a" => 100, "b" => 200] #=> {"a"=>100, "b"=>200};T: @format0: @fileI" hash.c;T:0@omit_headings_from_table_of_contents_below0I"„Hash[ key, value, ... ] -> new_hash Hash[ [ [key, value], ... ] ] -> new_hash Hash[ object ] -> new_hash ;T0[I" (*args);T@FI" Hash;TcRDoc::NormalClass00