Skip to content

Commit 6eaa9e4

Browse files
committed
RUBY-388 remove unnecessary load path addition
1 parent 26090db commit 6eaa9e4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/bson.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
# limitations under the License.
1717
# ++
1818

19-
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
20-
2119
MINIMUM_BSON_EXT_VERSION = "1.5.1"
2220

2321
module BSON

lib/mongo.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
# limitations under the License.
1717
# ++
1818

19-
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
20-
2119
require 'mongo/version'
2220

2321
module Mongo

0 commit comments

Comments
 (0)