るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.007秒)
トップページ > クエリ:scope=[x] > 種類:特異メソッド[x]

別のキーワード

  1. rake scope_name
  2. uri scope=
  3. ldap scope=
  4. uri scope
  5. task scope

ライブラリ

モジュール

キーワード

検索結果

Rake.application -> Rake::Application (7.0)

現在の Rake アプリケーションを返します。

...@pending_imports=[],
# @rakefile="rakefile",
# @rakefiles=["rakefile", "Rakefile", "rakefile.rb", "Rakefile.rb"],
# @rules=[],
# @scope=LL(),
# @tasks=
# {"default"=><Rake::Task default => [test_rake_app]>,
# "test_rake_app"=><Rake::Task test_rake_app => []>},
# @...

Rake.application=(app) (7.0)

現在の Rake アプリケーションをセットします。

...alse>,
# @original_dir="/path/to/dir",
# @pending_imports=[],
# @rakefile=nil,
# @rakefiles=["rakefile", "Rakefile", "rakefile.rb", "Rakefile.rb"],
# @rules=[],
# @scope=LL(),
# @tasks={},
# @terminal_columns=0,
# @top_level_tasks=[],
# @tty_output=true>
//}...