Current Path : /proc/thread-self/root/opt/alt/ruby25/lib64/ruby/gems/2.5.0/gems/rake-12.3.3/lib/rake/ |
Current File : //proc/thread-self/root/opt/alt/ruby25/lib64/ruby/gems/2.5.0/gems/rake-12.3.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