mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
8 lines
180 B
Ruby
8 lines
180 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Bundler
|
|
def self.require_thor_actions
|
|
require_relative "vendor/thor/lib/thor/actions"
|
|
end
|
|
end
|
|
require_relative "vendor/thor/lib/thor"
|