1
0
Fork 0
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:
Hiroshi SHIBATA 2019-07-15 13:15:13 +09:00
parent bd494ae79b
commit badfbdf32c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
4 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!ruby
require_relative 'vpath'
require_relative 'lib/vpath'
class Checksum
def initialize(vpath)

View file

@ -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

View file

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