U:RDoc::AnyMethod[iI"
default=:ETI"Hash#default=;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HSets the default value, the value returned for a key that does not ;TI"Cexist in the hash. It is not possible to set the default to a ;TI"@Proc
that will be executed on each key lookup.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"$h = { "a" => 100, "b" => 200 }
;TI"h.default = "Go fish"
;TI"h["a"] #=> 100
;TI"h["z"] #=> "Go fish"
;TI".# This doesn't do what you might hope...
;TI"%h.default = proc do |hash, key|
;TI" hash[key] = key + key
;TI" end
;TI"+h[2] #=> #
;TI"*h["cat"] #=> #;T:@format0:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I""hsh.default = obj -> obj
;T0[ I" (p1);T@FI" Hash;TcRDoc::NormalClass00