Change soft-fail to use the config, rather than env
[rbx.git] / stdlib / ext / thread / lib / thread.rb
blob6c533aba394cb9e942b73f57ceb4ae79fa4c4097
1 unless defined? Thread
2   fail "Thread not available for this ruby interpreter"
3 end
5 require 'thread.so'