original_dir -> String
rake コマンドを実行したディレクトリを返します。
# Rakefile での記載例とする task default: :test_rake_app task :test_rake_app do Rake.application.original_dir # => "/path/to/dir" end