6件ヒット
[1-6件を表示]
(0.010秒)
ライブラリ
-
mutex
_ m (1) - rake (1)
- readline (2)
-
shell
/ builtin-command (2)
クラス
-
Rake
:: InvocationChain (1) -
Shell
:: AppendFile (1) -
Shell
:: AppendIO (1)
キーワード
-
append
_ features (1) -
completion
_ append _ character (1) -
completion
_ append _ character= (1) - new (2)
検索結果
先頭5件
-
Rake
:: InvocationChain . append(task _ name , chain) -> Rake :: InvocationChain (72625.0) -
与えられたタスク名を第二引数の Rake::InvocationChain に追加します。
与えられたタスク名を第二引数の Rake::InvocationChain に追加します。
@param task_name タスク名を指定します。
@param chain 既に存在する Rake::InvocationChain のインスタンスを指定します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
chain = Rake::InvocationChain::EMPTY
b = Rake::InvocationChain.append... -
Readline
. completion _ append _ character=(string) (36679.0) -
ユーザの入力の補完が完了した場合に、最後に付加する文字 string を指定します。
ユーザの入力の補完が完了した場合に、最後に付加する文字 string を指定します。
@param string 1文字を指定します。
@raise NotImplementedError サポートしていない環境で発生します。
半角スペース「" "」などの単語を区切る文字を指定すれば、
連続して入力する際に便利です。
require 'readline'
Readline.readline("> ", true)
Readline.completion_append_character = " "
> /var/li
ここで補完(TABキーを押す)を行う。
>... -
Mutex
_ m . append _ features(klass) -> Class | nil (36625.0) -
ユーザが直接、使うことはありません。
ユーザが直接、使うことはありません。
@see Module#append_features -
Readline
. completion _ append _ character -> String (36625.0) -
ユーザの入力の補完が完了した場合に、最後に付加する文字を取得します。
ユーザの入力の補完が完了した場合に、最後に付加する文字を取得します。
@raise NotImplementedError サポートしていない環境で発生します。
@see Readline.completion_append_character= -
Shell
:: AppendFile . new(sh , filename) (18004.0) -
@todo
@todo -
Shell
:: AppendIO . new(sh , filename) (18004.0) -
@todo
@todo