Your IP : 18.118.162.166


Current Path : /proc/thread-self/root/opt/alt/ruby30/share/gems/gems/rake-13.0.3/lib/rake/
Upload File :
Current File : //proc/thread-self/root/opt/alt/ruby30/share/gems/gems/rake-13.0.3/lib/rake/task_argument_error.rb

# frozen_string_literal: true
module Rake

  # Error indicating an ill-formed task declaration.
  class TaskArgumentError < ArgumentError
  end

end

?>