All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.rake-12.3.2.lib.rake.tasklib.rb Maven / Gradle / Ivy

The newest version!
# frozen_string_literal: true
require "rake"

module Rake

  # Base class for Task Libraries.
  class TaskLib
    include Cloneable
    include Rake::DSL
  end

end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy