PATH:
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Hash
U:RDoc::AnyMethod[iI"new:ETI"Hash::new;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"'Returns a new empty +Hash+ object.;To:RDoc::Markup::BlankLine o; ; [I"IThe initial default value and initial default proc for the new hash ;TI"]depend on which form above was used. See {Default Values}[rdoc-ref:Hash@Default+Values].;T@o; ; [I"2If neither an argument nor a block is given, ;TI"Minitializes both the default value and the default proc to <tt>nil</tt>:;To:RDoc::Markup::Verbatim; [I"h = Hash.new ;TI"h.default # => nil ;TI"h.default_proc # => nil ;T:@format0o; ; [I"HIf argument <tt>default_value</tt> is given but no block is given, ;TI"Ginitializes the default value to the given <tt>default_value</tt> ;TI"*and the default proc to <tt>nil</tt>:;To;; [I"h = Hash.new(false) ;TI"h.default # => false ;TI"h.default_proc # => nil ;T; 0o; ; [I"]If a block is given but no <tt>default_value</tt>, stores the block as the default proc ;TI"0and sets the default value to <tt>nil</tt>:;To;; [ I"<h = Hash.new {|hash, key| "Default value for #{key}" } ;TI"h.default # => nil ;TI"$h.default_proc.class # => Proc ;TI"0h[:nosuch] # => "Default value for nosuch" ;T; 0o; ; [I"VIf both a block and a <tt>default_value</tt> are given, raises an +ArgumentError+;T@o; ; [I"VIf the optional keyword argument +capacity+ is given, the hash will be allocated ;TI"Uwith enough capacity to accommodate this many keys without having to be resized.;T: @fileI"hash.rb;T:0@omit_headings_from_table_of_contents_below0I"�Hash.new(default_value = nil) -> new_hash Hash.new(default_value = nil, capacity: size) -> new_hash Hash.new {|hash, key| ... } -> new_hash Hash.new(capacity: size) {|hash, key| ... } -> new_hash ;T0[ I":(ifnone = (ifnone_unset = true), capacity: 0, &block);T@7FI" Hash;TcRDoc::NormalClass00
[+]
..
[-] compare_by_identity%3f-i.ri
[edit]
[-] assoc-i.ri
[edit]
[-] merge-i.ri
[edit]
[-] has_value%3f-i.ri
[edit]
[-] include%3f-i.ri
[edit]
[-] default_proc%3d-i.ri
[edit]
[-] each_key-i.ri
[edit]
[-] size-i.ri
[edit]
[-] compare_by_identity-i.ri
[edit]
[-] try_convert-c.ri
[edit]
[-] to_s-i.ri
[edit]
[-] delete-i.ri
[edit]
[-] %3c%3d-i.ri
[edit]
[-] key%3f-i.ri
[edit]
[-] transform_values-i.ri
[edit]
[-] value%3f-i.ri
[edit]
[-] %3c-i.ri
[edit]
[-] initialize_copy-i.ri
[edit]
[-] any%3f-i.ri
[edit]
[-] rehash-i.ri
[edit]
[-] %5b%5d%3d-i.ri
[edit]
[-] default-i.ri
[edit]
[-] to_a-i.ri
[edit]
[-] update-i.ri
[edit]
[-] flatten-i.ri
[edit]
[-] each_pair-i.ri
[edit]
[-] each_value-i.ri
[edit]
[-] filter-i.ri
[edit]
[-] new-c.ri
[edit]
[-] reject%21-i.ri
[edit]
[-] %3e-i.ri
[edit]
[-] has_key%3f-i.ri
[edit]
[-] fetch_values-i.ri
[edit]
[-] invert-i.ri
[edit]
[-] transform_keys-i.ri
[edit]
[-] fetch-i.ri
[edit]
[-] to_h-i.ri
[edit]
[-] hash-i.ri
[edit]
[-] store-i.ri
[edit]
[-] to_proc-i.ri
[edit]
[-] values_at-i.ri
[edit]
[-] each-i.ri
[edit]
[-] default_proc-i.ri
[edit]
[-] merge%21-i.ri
[edit]
[-] eql%3f-i.ri
[edit]
[-] ruby2_keywords_hash%3f-c.ri
[edit]
[-] slice-i.ri
[edit]
[-] empty%3f-i.ri
[edit]
[-] keep_if-i.ri
[edit]
[-] default%3d-i.ri
[edit]
[-] transform_values%21-i.ri
[edit]
[-] member%3f-i.ri
[edit]
[-] %5b%5d-i.ri
[edit]
[-] cdesc-Hash.ri
[edit]
[-] keys-i.ri
[edit]
[-] reject-i.ri
[edit]
[-] shift-i.ri
[edit]
[-] filter%21-i.ri
[edit]
[-] compact-i.ri
[edit]
[-] rassoc-i.ri
[edit]
[-] %3e%3d-i.ri
[edit]
[-] dig-i.ri
[edit]
[-] transform_keys%21-i.ri
[edit]
[-] select-i.ri
[edit]
[-] %3d%3d-i.ri
[edit]
[-] to_hash-i.ri
[edit]
[-] inspect-i.ri
[edit]
[-] except-i.ri
[edit]
[-] select%21-i.ri
[edit]
[-] replace-i.ri
[edit]
[-] %5b%5d-c.ri
[edit]
[-] clear-i.ri
[edit]
[-] ruby2_keywords_hash-c.ri
[edit]
[-] values-i.ri
[edit]
[-] length-i.ri
[edit]
[-] key-i.ri
[edit]
[-] delete_if-i.ri
[edit]
[-] compact%21-i.ri
[edit]