1641件ヒット
[401-500件を表示]
(0.144秒)
別のキーワード
ライブラリ
- ビルトイン (129)
-
irb
/ cmd / chws (24) -
irb
/ cmd / help (12) -
irb
/ cmd / load (36) -
irb
/ cmd / nop (24) -
irb
/ cmd / pushws (36) -
irb
/ cmd / subirb (48) -
irb
/ context (756) -
irb
/ ext / history (24) -
irb
/ ext / math-mode (12) -
irb
/ ext / save-history (84) -
irb
/ ext / tracer (36) -
irb
/ ext / use-loader (60) -
irb
/ extend-command (36) -
irb
/ frame (36) -
irb
/ input-method (180) -
irb
/ inspector (24) -
irb
/ output-method (72) - psych (12)
クラス
- Binding (9)
-
IRB
:: Context (924) -
IRB
:: ExtendCommand :: ChangeWorkspace (12) -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (12) -
IRB
:: ExtendCommand :: Foreground (12) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: IrbCommand (12) -
IRB
:: ExtendCommand :: Jobs (12) -
IRB
:: ExtendCommand :: Kill (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Nop (24) -
IRB
:: ExtendCommand :: PopWorkspace (12) -
IRB
:: ExtendCommand :: PushWorkspace (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
IRB
:: ExtendCommand :: Workspaces (12) -
IRB
:: FileInputMethod (24) -
IRB
:: Frame (36) -
IRB
:: InputMethod (36) -
IRB
:: Inspector (24) -
IRB
:: OutputMethod (60) -
IRB
:: ReadlineInputMethod (60) -
IRB
:: StdioInputMethod (60) -
IRB
:: StdioOutputMethod (12) -
RubyVM
:: InstructionSequence (60) - Thread (60)
モジュール
-
IRB
:: ExtendCommandBundle (60) -
IRB
:: HistorySavingAbility (24) - Kernel (12)
キーワード
-
_ _ inspect _ _ (12) -
_ _ to _ s _ _ (12) -
absolute
_ path (12) -
ap
_ name (12) -
ap
_ name= (12) -
auto
_ indent _ mode (12) -
auto
_ indent _ mode= (12) -
back
_ trace _ limit (12) -
back
_ trace _ limit= (12) - backtrace (12)
-
base
_ label (12) - bottom (12)
- debug? (12)
-
debug
_ level (12) -
debug
_ level= (12) - echo (12)
- echo= (12)
- echo? (12)
- encoding (36)
- eof? (24)
-
eval
_ history (12) -
eval
_ history= (12) - evaluate (12)
- execute (168)
- exit (12)
-
file
_ input? (12) -
file
_ name (12) -
first
_ lineno (12) - gets (48)
-
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 (12)
-
init
_ save _ history (12) - inspect (24)
- inspect? (12)
-
inspect
_ mode (12) -
inspect
_ mode= (12) -
inspect
_ value (12) -
install
_ alias _ method (12) - io (12)
- io= (12)
- irb= (12)
-
irb
_ context (24) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ name (12) -
irb
_ name= (12) -
irb
_ path (12) -
irb
_ path= (12) -
irb
_ require (12) - label (12)
-
last
_ value (12) - line (24)
-
load
_ history (12) -
load
_ modules (12) - main (12)
- math? (4)
-
math
_ mode (4) -
math
_ mode= (4) - name= (10)
- path (12)
- pp (12)
- ppx (12)
- print (24)
- printn (12)
-
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)
- puts (12)
- rc (12)
- rc? (12)
-
readable
_ atfer _ eof? (36) -
report
_ on _ exception (9) -
report
_ on _ exception= (9) -
return
_ format (12) -
return
_ format= (12) -
save
_ history (24) -
save
_ history= (12) -
set
_ last _ value (12) - thread (12)
-
to
_ s (20) - top (12)
-
trace
_ func (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)
- y (12)
検索結果
先頭5件
-
IRB
:: Context # load _ modules -> [String] (3033.0) -
irb の起動時に -r オプション指定で読み込まれたライブラリ、~/.irbrc など の設定ファイル内で IRB.conf[:LOAD_MODULES] 指定で読み込まれたライブラリ の名前の配列を返します。
...
irb の起動時に -r オプション指定で読み込まれたライブラリ、~/.irbrc など
の設定ファイル内で IRB.conf[:LOAD_MODULES] 指定で読み込まれたライブラリ
の名前の配列を返します。... -
IRB
:: Context # prompt _ n=(val) (3031.0) -
継続行のプロンプトを表現するフォーマット文字列を val に設定します。
...続行のプロンプトを表現するフォーマット文字列を val に設定します。
IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。
@see IRB::Context#prompt_mode, IRB::Context#prompt_mode=,
IRB::Context#prompt_n, lib:irb#customize_prompt... -
IRB
:: Context # debug _ level -> Integer (3029.0) -
irb のデバッグレベルを返します。
...
irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
IRB
:: Context # exit(ret = 0) -> object (3029.0) -
irb を終了します。ret で指定したオブジェクトを返します。
...
irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
@see IRB.irb_exit... -
IRB
:: Context # ignore _ eof -> bool (3029.0) -
Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
true の時は Ctrl-D を無視します。false の時は irb を終了します。
デフォルト値は false です。
@see IRB::Context#ignore_eof=... -
IRB
:: Context # ignore _ eof? -> bool (3029.0) -
Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。
true の時は Ctrl-D を無視します。false の時は irb を終了します。
デフォルト値は false です。
@see IRB::Context#ignore_eof=... -
IRB
:: Context # ignore _ sigint -> bool (3029.0) -
Ctrl-C が入力された時に irb を終了するかどうかを返します。
...Ctrl-C が入力された時に irb を終了するかどうかを返します。
false の時は irb を終了します。true の時は以下のように動作します。
: 入力中
これまで入力したものをキャンセルしトップレベルに戻る.
: 実行中
実行を......中止する.
デフォルト値は true です。
@see IRB::Context#ignore_sigint=... -
IRB
:: Context # ignore _ sigint? -> bool (3029.0) -
Ctrl-C が入力された時に irb を終了するかどうかを返します。
...Ctrl-C が入力された時に irb を終了するかどうかを返します。
false の時は irb を終了します。true の時は以下のように動作します。
: 入力中
これまで入力したものをキャンセルしトップレベルに戻る.
: 実行中
実行を......中止する.
デフォルト値は true です。
@see IRB::Context#ignore_sigint=... -
IRB
:: Context # inspect? -> bool (3029.0) -
IRB::Context#inspect_mode が有効かどうかを返します。
...
IRB::Context#inspect_mode が有効かどうかを返します。
@return 出力結果に to_s したものを表示する場合は false を返します。それ
以外の場合は true を返します。
@see IRB::Context#inspect_mode, IRB::Context#inspect_mode=...
