Top Level Namespace

Constant Summary collapse

RUBY_STDLIB_PATH =
$LOAD_PATH.find do |path| 
  File.exists?(File.join(path, 'webrick.rb'))
end