るりまサーチ

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

別のキーワード

  1. psych psych_y
  2. kernel psych_y
  3. psych y
  4. kernel y
  5. y kernel

モジュール

検索結果

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

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

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

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

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