mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Load Rake::TaskLib when missing it
This commit is contained in:
parent
4dde4d1437
commit
0bdab1a784
@ -1,3 +1,5 @@
|
||||
require "rake/tasklib" unless defined?(Rake::TaskLib)
|
||||
|
||||
module Rake
|
||||
class ExtensionTask < TaskLib
|
||||
def initialize(...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user