540件ヒット
[1-100件を表示]
(0.067秒)
クラス
-
IRB
:: Context (540)
キーワード
-
_ _ inspect _ _ (12) -
_ _ to _ s _ _ (12) -
ap
_ name (12) -
auto
_ indent _ mode (12) -
back
_ trace _ limit (12) - debug? (12)
-
debug
_ level (12) - echo (12)
- echo? (12)
- evaluate (12)
- exit (12)
-
file
_ input? (12) -
ignore
_ eof (12) -
ignore
_ eof= (12) -
ignore
_ eof? (12) -
ignore
_ sigint (12) -
ignore
_ sigint= (12) -
ignore
_ sigint? (12) - inspect (12)
- inspect? (12)
-
inspect
_ mode (12) - io (12)
- irb (12)
-
irb
_ name (12) -
irb
_ path (12) -
last
_ value (12) -
load
_ modules (12) - main (12)
-
prompt
_ c (12) -
prompt
_ i (12) -
prompt
_ mode (12) -
prompt
_ n (12) -
prompt
_ s (12) - prompting? (12)
- rc (12)
- rc? (12)
-
return
_ format (12) -
set
_ last _ value (12) - thread (12)
-
to
_ s (12) -
use
_ readline (12) -
use
_ readline? (12) - verbose (12)
- verbose? (12)
- workspace (12)
検索結果
先頭5件
-
IRB
:: Context # irb -> IRB :: Irb (6303.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # verbose -> bool | nil (6303.0) -
標準出力に詳細なメッセージを出力するように設定されているかどうかを返し ます。
...IRB::Context#verbose? とは別のメソッドである事に注意してください。
@return 詳細なメッセージを出力するように設定されている場合は true を返
します。そうでない場合は false か nil を返します。
@see IRB::Context#verbose?, IRB:......:Context#verbose=... -
IRB
:: Context # verbose? -> bool | nil (6303.0) -
標準出力に詳細なメッセージを出力するかどうかを返します。
...行っていた場合(IRB::Context#verbose が true か false を返す
場合)は設定した通りに動作します。設定を行っていない場合は、ファイルを指
定して irb を実行した場合などに true を返します。
@see IRB::Context#verbose, IRB::Context#verbose=... -
IRB
:: Context # back _ trace _ limit -> Integer (6203.0) -
エラー発生時のバックトレース表示の先頭、末尾の上限の行数を返します。
...エラー発生時のバックトレース表示の先頭、末尾の上限の行数を返します。
デフォルト値は 16 です。
@see IRB::Context#back_trace_limit=... -
IRB
:: Context # debug? -> bool (6203.0) -
irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し ているかどうかを返します。
...irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し
ているかどうかを返します。
デフォルト値は false です。
@see IRB::Context#debug_level, IRB::Context#debug_level=... -
IRB
:: Context # debug _ level -> Integer (6203.0) -
irb のデバッグレベルを返します。
...irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
IRB
:: Context # irb _ name -> String (6203.0) -
起動しているコマンド名を文字列で返します。
...起動しているコマンド名を文字列で返します。
@see IRB::Context#irb_name=... -
IRB
:: Context # irb _ path -> String (6203.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # ignore _ eof -> bool (3225.0) -
Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
true の時は Ctrl-D を無視します。false の時は irb を終了します。
デフォルト値は false です。
@see IRB::Context#ignore_eof=...