aboutsummaryrefslogtreecommitdiffstats
path: root/tool/pure_parser.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 08:54:34 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 09:40:22 +0900
commite8ddbc0239b9dfa32787e93c6942f085e5c42b49 (patch)
tree64bd46935c5d71649908b77768cb0777e4c6041e /tool/pure_parser.rb
parent0a711b0edff6eaf978cfc17cdd6a7cc6c17c6686 (diff)
downloadruby-e8ddbc0239b9dfa32787e93c6942f085e5c42b49.tar.gz
Put colorize to library directory.
Same as 66299e7ca83d379d13abaa5411f3e0419334cabb
Diffstat (limited to 'tool/pure_parser.rb')
-rwxr-xr-xtool/pure_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/pure_parser.rb b/tool/pure_parser.rb
index 20d71079a0..4d5e86e543 100755
--- a/tool/pure_parser.rb
+++ b/tool/pure_parser.rb
@@ -1,6 +1,6 @@
#!/usr/bin/ruby -pi
BEGIN {
- require_relative 'colorize'
+ require_relative 'lib/colorize'
colorize = Colorize.new
file = ARGV.shift