// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
[ PARENT ]
EDIT :: vendored_thor.rb
# frozen_string_literal: true module Bundler def self.require_thor_actions Kernel.send(:require, "bundler/vendor/thor/lib/thor/actions") end end require "bundler/vendor/thor/lib/thor"
SAVE
CANCEL