ライブラリ
- rake (876)
-
rake
/ loaders / makefile (12) -
rake
/ tasklib (12)
クラス
-
Rake
:: Application (12) -
Rake
:: MakefileLoader (12) -
Rake
:: NameSpace (24) -
Rake
:: Task (432) -
Rake
:: TaskArguments (120)
モジュール
- Kernel (36)
- Rake (24)
-
Rake
:: TaskManager (180)
キーワード
-
EMPTY
_ TASK _ ARGS (12) - Task (12)
- TaskArgumentError (12)
- TaskArguments (12)
- TaskLib (12)
- TaskManager (12)
- [] (48)
- actions (12)
-
add
_ description (12) -
add
_ loader (12) - application (24)
- application= (12)
-
arg
_ description (12) -
arg
_ names (12) - clear (36)
-
clear
_ actions (12) -
clear
_ prerequisites (12) - comment (12)
- comment= (12)
-
create
_ rule (24) -
current
_ scope (12) -
define
_ task (24) - each (12)
- enhance (12)
-
enhance
_ with _ matching _ rule (12) - execute (12)
- file (12)
-
full
_ comment (12) -
in
_ namespace (12) - inspect (24)
- intern (12)
- investigation (12)
- invoke (12)
-
last
_ comment (12) -
last
_ description (12) -
last
_ description= (12) - load (12)
- lookup (24)
- name (12)
- names (12)
- needed? (12)
- new (24)
-
new
_ scope (12) - prerequisites (12)
-
rake
/ classic _ namespace (12) - reenable (12)
-
resolve
_ args (12) - rule (12)
- scope (12)
-
scope
_ name (12) -
set
_ arg _ names (12) - source (12)
- sources (12)
- sources= (12)
-
synthesize
_ file _ task (12) - task (12)
-
task
_ defined? (12) - tasks (36)
-
to
_ hash (12) -
to
_ s (24) -
with
_ defaults (12)
検索結果
先頭5件
-
Rake
:: Task # application=(app) (9000.0) -
自身を所有している Rake::Application のインスタンスをセットします。
自身を所有している Rake::Application のインスタンスをセットします。
@param app 自身を所有しているアプリケーションを指定します。 -
Rake
:: Task # arg _ description (9000.0) -
-
Rake
:: Task # arg _ names -> Array (9000.0) -
自身のパラメータ名のリストを返します。
自身のパラメータ名のリストを返します。 -
Rake
:: Task # clear -> self (9000.0) -
自身に登録されているアクションと事前タスクをクリアします。
自身に登録されているアクションと事前タスクをクリアします。 -
Rake
:: Task # clear _ actions -> self (9000.0) -
自身に登録されているアクションをクリアします。
自身に登録されているアクションをクリアします。 -
Rake
:: Task # clear _ prerequisites -> self (9000.0) -
自身に登録されている事前タスクをクリアします。
自身に登録されている事前タスクをクリアします。 -
Rake
:: Task # comment -> String (9000.0) -
自身の短いコメントを返します。
自身の短いコメントを返します。 -
Rake
:: Task # comment=(comment) (9000.0) -
自身のコメントをセットします。
自身のコメントをセットします。
与えられた文字列が 50 文字を越える場合や複数行である場合は文字列を切り詰めます。
@param comment コメントをあらわす文字列を指定します。 -
Rake
:: Task # enhance(deps = nil) { . . . } -> self (9000.0) -
自身に事前タスクとアクションを追加します。
自身に事前タスクとアクションを追加します。