ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- U:RDoc::AnyMethod[iI"<<:ETI"Integer#<<;TF: privateo:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"EReturns +self+ with bits shifted +count+ positions to the left, ;TI",or to the right if +count+ is negative:;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim; [ I"n = 0b11110000 ;TI")"%08b" % (n << 1) # => "111100000" ;TI"+"%08b" % (n << 3) # => "11110000000" ;TI"("%08b" % (n << -1) # => "01111000" ;TI"("%08b" % (n << -3) # => "00011110" ;T: @format0o; ; [I"Related: Integer#>>.;T: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"self << count -> integer ;T0[I" (p1);T@FI" Integer;TcRDoc::NormalClass00