るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.077秒)

別のキーワード

  1. matrix tr
  2. string tr_s
  3. string tr_s!
  4. html4tr element_init
  5. string tr!

ライブラリ

検索結果

Rake.original_dir -> String (607.0)

Rake アプリケーションを開始したディレクトリを返します。

...
Rake
アプリケーションを開始したディレクトリを返します。

//emlist[][ruby]{
# Rakefile での記載例とする

task default: :test_rake_app
task :test_rake_app do
Rake
.original_dir # => "/path/to/dir"
end
//}...