Fix accidental revertion of RbConfig::CONFIG in rbx?

Signed-off-by: Jordon Bedwell <jordon@envygeeks.com>
This commit is contained in:
Jordon Bedwell 2011-12-26 18:30:59 -06:00
parent 6d0fd059f1
commit b5d7e4a129
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Pry
# are we on rbx platform?
def rbx?
if RbConfig['ruby_install_name'] == 'rbx'
if RbConfig::CONFIG['ruby_install_name'] == 'rbx'
return true
end