Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/lib/rake/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/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