| Current Path : /proc/1412123/root/proc/1412125/root/usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/ |
| Current File : //proc/1412123/root/proc/1412125/root/usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/tasklib.rb |
# frozen_string_literal: true
require "rake"
module Rake
# Base class for Task Libraries.
class TaskLib
include Cloneable
include Rake::DSL
end
end