# File lib/rake/application.rb, line 517
517:     def system_dir
518:       @system_dir ||=
519:         begin
520:           if ENV['RAKE_SYSTEM']
521:             ENV['RAKE_SYSTEM']
522:           else
523:             standard_system_dir
524:           end
525:         end
526:     end