Current Path : /proc/3848983/cwd/usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/ |
Current File : //proc/3848983/cwd/usr/lib/ruby/gems/3.0.0/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