1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

unshift html-scanner into $LOAD_PATH rather than append

This commit is contained in:
Akira Matsuda 2012-11-27 19:32:30 +09:00
parent 1f29aba10e
commit 919cec823a

View file

@ -1,4 +1,4 @@
$LOAD_PATH << "#{File.dirname(__FILE__)}/html-scanner"
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/html-scanner"
module HTML
extend ActiveSupport::Autoload