RbConfig é bom

Ruby 1.9.3 O módulo RbConfig facilita a obtenção de informações do sistema!

File.join (* RbConfig :: CONFIG.values at (‘bindir’, ‘RUBY INSTALL NAME’))
datadir = RbConfig :: CONFIG [‘datadir’]
os = RbConfig :: CONFIG [‘host
os’]

E mais:
rbconfig = File.join (* RbConfig :: CONFIG.keys)