From: Suraj Kurapati Date: 2007-07-29T02:42:46+09:00 Subject: checking if machine is 64-bit Hello, I am checking if the machine is 64-bit by doing this: require 'rbconfig' is_machine_64_bit = ( Config::CONFIG["arch"] =~ /64/ ) Is there a better way? Thanks. -- Posted via http://www.ruby-forum.com/.