File: C:/Ruby27-x64/share/ri/2.7.0/system/Hash/<-i.ri
U:RDoc::AnyMethod[iI"<=:ETI"Hash#<=;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I";Returns <code>true</code> if <i>hash</i> is subset of ;TI",<i>other</i> or equals to <i>other</i>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [
I"h1 = {a:1, b:2}
;TI"h2 = {a:1, b:2, c:3}
;TI"h1 <= h2 #=> true
;TI"h2 <= h1 #=> false
;TI"h1 <= h1 #=> true;T:@format0:
@fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"$hash <= other -> true or false
;T0[ I" (p1);T@FI" Hash;TcRDoc::NormalClass00