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/task_argument_error.rb |
# frozen_string_literal: true module Rake # Error indicating an ill-formed task declaration. class TaskArgumentError < ArgumentError end end