Your IP : 216.73.216.130


Current Path : /proc/thread-self/root/usr/lib/ruby/vendor_ruby/rake/
Upload File :
Current File : //proc/thread-self/root/usr/lib/ruby/vendor_ruby/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