관리-도구
편집 파일: %5b%5d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Bit Reference---Returns the <em>n</em>th bit in the (assumed) binary representation of <em>big</em>, where <em>big</em>[0] is the least significant bit. - !ruby/struct:SM::Flow::VERB body: " a = 9**15\n 50.downto(0) do |n|\n print a[n]\n end\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " 000101110110100000111000011110010100111100010111001\n" full_name: Bignum#[] is_singleton: false name: "[]" params: | big[n] -> 0, 1 visibility: public