--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Bit Reference---Returns the nth bit in the (assumed) binary representation of big, where big[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: produces: - !ruby/struct:SM::Flow::VERB body: " 000101110110100000111000011110010100111100010111001\n" full_name: Bignum#[] is_singleton: false name: "[]" params: | big[n] -> 0, 1 visibility: public