ruby / rake

A make-like build utility for Ruby.
https://ruby.github.io/rake
MIT License
2.34k stars 613 forks source link

chore: remove `$trace` global variable / option #592

Closed pvdb closed 3 days ago

pvdb commented 4 days ago

As documented in History.rdoc, rake v10.0.x stopped supporting Rake options set in global variables, including the $trace option ... this PR simply removes a rogue occurrence that was still lingering in the codebase.