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:
parent
99afea5328
commit
b401fb35a4
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
require 'erb'
|
||||
require 'optparse'
|
||||
$:.unshift(File.dirname(__FILE__))
|
||||
require_relative 'lib/vpath'
|
||||
require_relative 'lib/colorize'
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
BEGIN {
|
||||
require 'optparse'
|
||||
$:.unshift(File.dirname(__FILE__))
|
||||
require_relative 'lib/vpath'
|
||||
vpath = VPath.new
|
||||
header = nil
|
||||
|
|
Loading…
Reference in a new issue