るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.050秒)
トップページ > クエリ:-[x] > クエリ:scope[x] > クエリ:current_scope[x]

別のキーワード

  1. rake scope_name
  2. rake current_scope
  3. taskmanager current_scope
  4. rake new_scope
  5. uri scope

ライブラリ

モジュール

検索結果

Rake::TaskManager#current_scope -> Array (24314.0)

現在のスコープを返します。

...現在のスコープを返します。

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

task default: :test_rake_app
task :test_rake_app do
Rake.application.current_scope # => LL()
end
//}...