mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

loads this extension. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
104 B
Ruby
5 lines
104 B
Ruby
unless defined? Thread
|
|
fail "Thread not available for this ruby interpreter"
|
|
end
|
|
|
|
require 'thread.so'
|