S
Suraj Kurapati
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.
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.