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

Removed needless LOAD_PATH modification.

We can use require_relative now.
This commit is contained in:
Hiroshi SHIBATA 2019-07-15 13:42:37 +09:00
parent 99afea5328
commit b401fb35a4
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
require 'erb'
require 'optparse'
$:.unshift(File.dirname(__FILE__))
require_relative 'lib/vpath'
require_relative 'lib/colorize'

View file

@ -5,7 +5,6 @@
BEGIN {
require 'optparse'
$:.unshift(File.dirname(__FILE__))
require_relative 'lib/vpath'
vpath = VPath.new
header = nil