2352件ヒット
[1-100件を表示]
(0.079秒)
クラス
- Module (12)
-
Rake
:: Application (132) -
Rake
:: DefaultLoader (12) -
Rake
:: EarlyTime (24) -
Rake
:: FileCreationTask (24) -
Rake
:: FileList (264) -
Rake
:: FileTask (24) -
Rake
:: GemPackageTask (60) -
Rake
:: InvocationChain (36) -
Rake
:: InvocationChain :: EmptyInvocationChain (36) -
Rake
:: MakefileLoader (12) -
Rake
:: NameSpace (24) -
Rake
:: PackageTask (336) -
Rake
:: RDocTask (240) -
Rake
:: Task (336) -
Rake
:: TaskArguments (108) -
Rake
:: TestTask (216) - String (60)
モジュール
- FileUtils (48)
- Kernel (108)
-
Rake
:: Cloneable (24) -
Rake
:: TaskManager (180) - RakeFileUtils (36)
キーワード
- * (12)
- <=> (12)
- == (12)
- [] (36)
- actions (12)
-
add
_ description (12) -
add
_ loader (12) - append (24)
- application (12)
- application= (12)
-
arg
_ description (12) -
arg
_ names (12) - clear (24)
-
clear
_ actions (12) -
clear
_ exclude (12) -
clear
_ prerequisites (12) - clone (12)
- comment (12)
- comment= (12)
-
create
_ rule (12) -
current
_ scope (12) - define (48)
-
define
_ task (12) - desc (12)
- directory (12)
- dup (12)
- each (12)
- egrep (12)
- enhance (12)
-
enhance
_ with _ matching _ rule (12) - exclude (12)
-
excluded
_ from _ list? (12) - execute (12)
- existing (12)
- existing! (12)
- ext (24)
- external (12)
- external= (12)
- file (12)
-
file
_ create (12) -
full
_ comment (12) -
gem
_ file (12) -
gem
_ spec (12) -
gem
_ spec= (12) - gsub (12)
- gsub! (12)
- import (24)
-
in
_ namespace (12) - include (12)
- init (36)
- inspect (24)
- intern (12)
- investigation (12)
- invoke (12)
-
is
_ a? (12) -
kind
_ of? (12) -
last
_ comment (12) -
last
_ description (12) -
last
_ description= (12) - libs (12)
- libs= (12)
- load (24)
-
load
_ rakefile (12) - loader (12)
- loader= (12)
- lookup (24)
- main (12)
- main= (12)
- member? (24)
- multitask (12)
- name (60)
- name= (36)
- names (12)
- namespace (12)
-
need
_ tar (12) -
need
_ tar= (12) -
need
_ tar _ bz2 (12) -
need
_ tar _ bz2= (12) -
need
_ tar _ gz (12) -
need
_ tar _ gz= (12) -
need
_ zip (12) -
need
_ zip= (12) - needed? (36)
-
new
_ scope (12) - nowrite (12)
-
option
_ list (12) -
option
_ string (12) -
original
_ dir (12) -
package
_ dir (12) -
package
_ dir= (12) -
package
_ dir _ path (12) -
package
_ files (12) -
package
_ files= (12) -
package
_ name (12) - pathmap (24)
-
pathmap
_ explode (12) -
pathmap
_ partial (12) -
pathmap
_ replace (12) - pattern (12)
- pattern= (12)
- prerequisites (12)
- quote (12)
-
rake
_ extension (12) - rakefile (12)
-
rdoc
_ dir (12) -
rdoc
_ dir= (12) -
rdoc
_ files (12) -
rdoc
_ files= (12) - reenable (12)
- resolve (12)
-
resolve
_ args (12) - ruby (12)
-
ruby
_ opts (12) -
ruby
_ opts= (12) - rule (12)
- run (12)
-
safe
_ ln (12) - scope (12)
-
set
_ arg _ names (12) - sh (12)
- source (12)
- sources (12)
- sources= (12)
-
split
_ all (12) - sub (12)
- sub! (12)
-
synthesize
_ file _ task (12) -
tar
_ bz2 _ file (12) -
tar
_ command (12) -
tar
_ command= (12) -
tar
_ gz _ file (12) - task (12)
- tasks (24)
- template (12)
- template= (12)
-
test
_ files= (12) -
tgz
_ file (12) - title (12)
- title= (12)
-
to
_ a (12) -
to
_ ary (12) -
to
_ hash (12) -
to
_ s (72) -
top
_ level (12) -
top
_ level _ tasks (12) -
tty
_ output= (12) - verbose (24)
- verbose= (12)
- version (12)
- version= (12)
- warning (12)
- warning= (12)
-
when
_ writing (12) -
with
_ defaults (12) -
zip
_ command (12) -
zip
_ command= (12) -
zip
_ file (12)
検索結果
先頭5件
-
Rake
:: Task # prerequisites -> Array (9203.0) -
事前タスクのリストを返します。
事前タスクのリストを返します。 -
Rake
:: Application # load _ rakefile (9103.0) -
Rakefile を探してロードします。
...
Rakefile を探してロードします。... -
Rake
:: Application # rakefile -> String (9103.0) -
実際に使用されている Rakefile の名前を返します。
...実際に使用されている Rakefile の名前を返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.rakefile # => "Rakefile"
end
//}... -
Kernel
# file _ create(*args) { . . . } -> Rake :: FileCreationTask (6203.0) -
ファイルを作成するタスクを定義します。
...ファイルを作成するタスクを定義します。
主に Kernel.#directory を定義するために使用します。... -
Rake
:: Application # original _ dir -> String (6203.0) -
rake コマンドを実行したディレクトリを返します。
...
rake コマンドを実行したディレクトリを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.original_dir # => "/path/to/dir"
end
//}... -
Rake
:: Task # add _ description(description) (6203.0) -
自身に詳細説明を追加します。
自身に詳細説明を追加します。 -
Rake
:: Task # set _ arg _ names(args) (6203.0) -
自身のパラメータの名前のリストをセットします。
...自身のパラメータの名前のリストをセットします。
@param args シンボルのリストを指定します。... -
Rake
:: Task # sources=(sources) (6203.0) -
自身が依存するファイルのリストをセットします。
...自身が依存するファイルのリストをセットします。
@param sources 自身が依存するファイルのリストを指定します。... -
Rake
:: TaskManager # current _ scope -> Array (6203.0) -
現在のスコープを返します。
...現在のスコープを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.current_scope # => LL()
end
//}...