ext/ should already be added to the load path by bundler or rubygems
since it is in the Gemspec.
This commit is contained in:
John Hawthorn 2018-08-30 15:47:13 -07:00
Родитель ca51092ef6
Коммит ebc20c304b
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,6 @@
require 'stringio'
$:.unshift File.join(File.dirname(__FILE__), *%w[.. ext])
require 'bert/bert'
require 'bert/types'