Is there a Ruby standard library method to get an Integer's two's complement representation (on the given machine) of an Integer? to_s(2) does not give the two's complement representation of a negative integer. Thanks in advance! -Kedar -- Posted via http://www.ruby-forum.com/.