lib/tap.rb in bahuvrihi-tap-0.10.0 vs lib/tap.rb in bahuvrihi-tap-0.10.1
- old
+ new
@@ -1,16 +1,11 @@
-require 'rubygems'
-
require 'yaml' # expensive to load
require 'thread'
# Apply version-specific patches
case RUBY_VERSION
when /^1.9/
$: << File.expand_path(File.dirname(__FILE__) + "/tap/patches/ruby19")
-
- # suppresses TDoc warnings
- $DEBUG_RDOC ||= nil
end
$:.unshift File.expand_path(File.dirname(__FILE__))
require 'tap/constants'
\ No newline at end of file