mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move vpath.rb into tool library direcotry.
This commit is contained in:
parent
bd494ae79b
commit
badfbdf32c
4 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!ruby
|
||||
|
||||
require_relative 'vpath'
|
||||
require_relative 'lib/vpath'
|
||||
|
||||
class Checksum
|
||||
def initialize(vpath)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
require 'erb'
|
||||
require 'optparse'
|
||||
$:.unshift(File.dirname(__FILE__))
|
||||
require 'vpath'
|
||||
require_relative 'lib/vpath'
|
||||
require_relative 'lib/colorize'
|
||||
|
||||
vpath = VPath.new
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
BEGIN {
|
||||
require 'optparse'
|
||||
$:.unshift(File.dirname(__FILE__))
|
||||
require 'vpath'
|
||||
require_relative 'lib/vpath'
|
||||
vpath = VPath.new
|
||||
header = nil
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue