別のキーワード
ライブラリ
- irb (12)
-
irb
/ cmd / nop (36) -
irb
/ context (816) -
irb
/ ext / history (24) -
irb
/ ext / math-mode (12) -
irb
/ ext / save-history (60) -
irb
/ ext / tracer (36) -
irb
/ ext / use-loader (60) -
irb
/ extend-command (48)
クラス
-
IRB
:: Context (972) -
IRB
:: ExtendCommand :: Nop (36)
モジュール
- IRB (12)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (36)
キーワード
- Context (12)
- ContextExtender (12)
- CurrentContext (12)
-
IDNAME
_ IVARS (12) -
NOPRINTING
_ IVARS (12) -
NO
_ INSPECTING _ IVARS (12) -
_ _ inspect _ _ (12) -
_ _ to _ s _ _ (12) -
ap
_ name (12) -
ap
_ name= (12) -
auto
_ indent _ mode (12) -
auto
_ indent _ mode= (12) -
back
_ trace _ limit (12) -
back
_ trace _ limit= (12) - debug? (12)
-
debug
_ level (12) -
debug
_ level= (12) -
def
_ extend _ command (12) - echo (12)
- echo= (12)
- echo? (12)
-
eval
_ history (12) -
eval
_ history= (12) - evaluate (12)
- execute (12)
- exit (12)
-
file
_ input? (12) -
history
_ file (12) -
history
_ file= (12) -
ignore
_ eof (12) -
ignore
_ eof= (12) -
ignore
_ eof? (12) -
ignore
_ sigint (12) -
ignore
_ sigint= (12) -
ignore
_ sigint? (12) -
init
_ save _ history (12) - inspect (12)
- inspect? (12)
-
inspect
_ mode (12) -
inspect
_ mode= (12) -
install
_ extend _ commands (12) - io (12)
- io= (12)
- irb (24)
-
irb
/ ext / change-ws (12) -
irb
/ ext / history (12) -
irb
/ ext / save-history (12) -
irb
/ ext / workspaces (12) -
irb
/ xmp (12) - irb= (12)
-
irb
_ context (24) -
irb
_ load (12) -
irb
_ name (12) -
irb
_ name= (12) -
irb
_ path (12) -
irb
_ path= (12) -
irb
_ require (12) -
last
_ value (12) -
load
_ modules (12) - main (12)
- math? (4)
-
math
_ mode (4) -
math
_ mode= (4) - new (24)
-
prompt
_ c (12) -
prompt
_ c= (12) -
prompt
_ i (12) -
prompt
_ i= (12) -
prompt
_ mode (12) -
prompt
_ mode= (12) -
prompt
_ n (12) -
prompt
_ n= (12) -
prompt
_ s (12) -
prompt
_ s= (12) - prompting? (12)
- rc (12)
- rc? (12)
-
return
_ format (12) -
return
_ format= (12) -
save
_ history (12) -
save
_ history= (12) -
set
_ last _ value (12) - thread (12)
-
to
_ s (12) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12) -
use
_ readline (12) -
use
_ readline? (12) -
use
_ tracer (12) -
use
_ tracer= (12) -
use
_ tracer? (12) - verbose (12)
- verbose= (12)
- verbose? (12)
- workspace (12)
- workspace= (12)
検索結果
先頭5件
-
IRB
:: Context # verbose -> bool | nil (21018.0) -
標準出力に詳細なメッセージを出力するように設定されているかどうかを返し ます。
...す。
IRB::Context#verbose? とは別のメソッドである事に注意してください。
@return 詳細なメッセージを出力するように設定されている場合は true を返
します。そうでない場合は false か nil を返します。
@see IRB::Context#verbos... -
IRB
:: Context # verbose=(val) (21018.0) -
標準出力に詳細なメッセージを出力するかどうかを val に設定します。
...c ファイル中で IRB.conf[:VERBOSE] を設定する事でも同様の操作が行え
ます。
false や nil を指定した場合でも、IRB::Context#verbose? が true を
返す場合は詳細なメッセージを出力する事に注意してください。
@param val true を指定した......場合、詳細なメッセージを出力します。false や
nil を指定した場合、詳細なメッセージを出力しません。
@see IRB::Context#verbose, IRB::Context#verbose?... -
IRB
:: Context # verbose? -> bool | nil (21018.0) -
標準出力に詳細なメッセージを出力するかどうかを返します。
...行っていた場合(IRB::Context#verbose が true か false を返す
場合)は設定した通りに動作します。設定を行っていない場合は、ファイルを指
定して irb を実行した場合などに true を返します。
@see IRB::Context#verbose, IRB::Context#verbose=... -
IRB
:: Context # auto _ indent _ mode=(val) (21012.0) -
入力が次の行に継続した時に自動で字下げを行うかどうかを val に設定します。
...します。
@param val true を指定した場合、自動で字下げを行います。false を指定し
た場合は自動で字下げを行いません。
IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。
@see IRB::Context#auto_indent_mode... -
IRB
:: Context # debug _ level -> Integer (21012.0) -
irb のデバッグレベルを返します。
...irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
IRB
:: Context # debug _ level=(val) (21012.0) -
irb のデバッグレベルを val に設定します。
...irb のデバッグレベルを val に設定します。
.irbrc ファイル中で IRB.conf[:DEBUG_LEVEL] を設定する事でも同様の操作
が行えます。
@see IRB::Context#debug_level, IRB::Context#debug?... -
IRB
:: Context # math? -> bool (21012.0) -
math_mode が有効かどうかを返します。
...math_mode が有効かどうかを返します。
@see IRB::Context#math_mode=, IRB::Context#inspect?... -
IRB
:: Context # math _ mode -> bool (21012.0) -
math_mode が有効かどうかを返します。
...math_mode が有効かどうかを返します。
@see IRB::Context#math_mode=, IRB::Context#inspect?... -
IRB
:: Context # return _ format=(val) (21012.0) -
irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。
...irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。
@see IRB::Context#return_format, print_format
IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。... -
IRB
:: Context # ap _ name -> String (21006.0) -
自身のアプリケーション名を返します。
...自身のアプリケーション名を返します。
デフォルト値は "irb" です。
@see IRB::Context#ap_name=...