66件ヒット
[1-66件を表示]
(0.071秒)
種類
- インスタンスメソッド (42)
- モジュール関数 (12)
- 特異メソッド (12)
ライブラリ
- readline (24)
- rss (24)
-
shell
/ builtin-command (12) -
shell
/ system-command (6)
クラス
-
RSS
:: RDF (12) -
RSS
:: RDF :: Channel (12) -
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: SystemCommand (6)
モジュール
- Readline (24)
キーワード
- readline (12)
- textinput= (24)
検索結果
先頭5件
-
Readline
. input=(input) (21100.0) -
readline メソッドで使用する入力用の File オブジェクト input を指定します。 戻り値は指定した File オブジェクト input です。
...readline メソッドで使用する入力用の File オブジェクト input を指定します。
戻り値は指定した File オブジェクト input です。
@param input File オブジェクトを指定します。... -
Shell
:: AppendFile # input=(filter) (21100.0) -
@todo
...@todo... -
Shell
:: AppendIO # input=(filter) (21100.0) -
@todo
...@todo... -
Shell
:: SystemCommand # input=(inp) (21100.0) -
@todo
...@todo... -
Readline
. # readline(prompt = "" , add _ hist = false) -> String | nil (9140.0) -
prompt を出力し、ユーザからのキー入力を待ちます。 エンターキーの押下などでユーザが文字列を入力し終えると、 入力した文字列を返します。 このとき、add_hist が true であれば、入力した文字列を入力履歴に追加します。 何も入力していない状態で EOF(UNIX では ^D) を入力するなどで、 ユーザからの入力がない場合は nil を返します。
...力し終えると、
入力した文字列を返します。
このとき、add_hist が true であれば、入力した文字列を入力履歴に追加します。
何も入力していない状態で EOF(UNIX では ^D) を入力するなどで、
ユーザからの入力がない場合は nil......は""です。
@param add_hist 真ならば、入力した文字列をヒストリに記録します。デフォルトは偽です。
@raise IOError 標準入力が tty でない、かつ、標準入力をクローズしている
(isatty(2) の errno が EBADF である。) 場合に......:
require "readline"
input = Readline.readline
(プロンプトなどは表示せずに、入力待ちの状態になります。
ここでは「abc」を入力後、エンターキーを押したと想定します。)
abc
p input # => "abc"
input = Readline.readline("> ")
(">"... -
RSS
:: RDF # textinput= (6100.0) -
@todo
...@todo... -
RSS
:: RDF :: Channel # textinput= (6100.0) -
@todo
...@todo...