# File lib/rake/application.rb, line 511
511:     def system_dir
512:       @system_dir ||=
513:         begin
514:           if ENV['RAKE_SYSTEM']
515:             ENV['RAKE_SYSTEM']
516:           else
517:             standard_system_dir
518:           end
519:         end
520:     end