1424件ヒット
[1-100件を表示]
(0.056秒)
クラス
-
IRB
:: Context (680) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: Kill (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
IRB
:: FileInputMethod (36) -
IRB
:: Frame (12) -
IRB
:: InputMethod (36) -
IRB
:: Inspector (24) -
IRB
:: OutputMethod (12) -
IRB
:: ReadlineInputMethod (72) -
IRB
:: StdioInputMethod (36) -
IRB
:: StdioOutputMethod (12) - XMP (24)
モジュール
- IRB (36)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (144) -
IRB
:: HistorySavingAbility (36) - Kernel (12)
オブジェクト
-
IRB
:: MagicFile (36)
キーワード
- Completor (12)
-
ENCODING
_ SPEC _ RE (12) - ExtendCommandBundle (12)
- FileInputMethod (12)
- Help (12)
- HistorySavingAbility (12)
- Inspector (12)
- IrbLoader (12)
- Kill (12)
- Load (12)
- LoadAbort (12)
- MagicFile (12)
-
NO
_ OVERRIDE (12) -
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) - ReadlineInputMethod (12)
-
STDIN
_ FILE _ 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 (24) -
def
_ inspector (12) - echo (12)
- echo= (12)
- echo? (12)
- encoding (24)
- eof? (24)
-
eval
_ history (12) -
eval
_ history= (12) - evaluate (12)
- execute (60)
-
extend
_ object (12) - extended (12)
-
file
_ input? (12) -
file
_ name (12) - gets (24)
-
history
_ file (12) -
history
_ file= (12) -
ignore
_ eof (12) -
ignore
_ eof= (12) -
ignore
_ eof? (12) -
ignore
_ sigint (12) -
ignore
_ sigint= (12) -
ignore
_ sigint? (12) - inspect? (12)
-
inspect
_ mode (12) -
inspect
_ value (12) -
install
_ alias _ method (12) -
install
_ extend _ commands (24) - io= (12)
- irb= (12)
-
irb
_ context (12) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ name= (12) -
irb
_ original _ method _ name (12) -
irb
_ path= (12) -
irb
_ require (12) -
last
_ value (12) - line (24)
-
load
_ history (12) -
load
_ modules (12) - math? (4)
-
math
_ mode (4) - new (60)
- open (24)
- print (12)
- printn (12)
-
prompt
_ c= (12) -
prompt
_ i= (12) -
prompt
_ mode (12) -
prompt
_ n= (12) -
prompt
_ s= (12) - prompting? (12)
- puts (12)
- rc (12)
- rc? (12)
-
readable
_ atfer _ eof? (36) -
return
_ format= (12) -
save
_ history (24) -
save
_ history= (12) -
set
_ last _ value (12) - start (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)
- xmp (12)
検索結果
先頭5件
-
IRB
:: ReadlineInputMethod # line(line _ no) -> String (9201.0) -
引数 line_no で指定した過去の入力を行単位で返します。
...引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。... -
IRB
:: StdioInputMethod # line(line _ no) -> String (6201.0) -
引数 line_no で指定した過去の入力を行単位で返します。
...引数 line_no で指定した過去の入力を行単位で返します。
@param line_no 取得する行番号を整数で指定します。... -
IRB
:: Context # back _ trace _ limit -> Integer (6101.0) -
エラー発生時のバックトレース表示の先頭、末尾の上限の行数を返します。
...エラー発生時のバックトレース表示の先頭、末尾の上限の行数を返します。
デフォルト値は 16 です。
@see IRB::Context#back_trace_limit=... -
IRB
:: Context # back _ trace _ limit=(val) (6101.0) -
エラー発生時のバックトレース表示の先頭、末尾の上限の行数をそれぞれ val 行に設定します。
...ぞれ val
行に設定します。
.irbrc ファイル中で IRB.conf[:BACK_TRACE_LIMIT] を設定する事でも同様の
操作が行えます。
@param val バックトレース表示の先頭、末尾の上限を Integer で指定
します。
@see IRB::Context#back_trace_limit... -
IRB
:: Context # debug _ level -> Integer (6101.0) -
irb のデバッグレベルを返します。
...
irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
IRB
:: Context # debug _ level=(val) (6101.0) -
irb のデバッグレベルを val に設定します。
...
irb のデバッグレベルを val に設定します。
.irbrc ファイル中で IRB.conf[:DEBUG_LEVEL] を設定する事でも同様の操作
が行えます。
@see IRB::Context#debug_level, IRB::Context#debug?... -
IRB
:: Context # eval _ history -> Integer | nil (6101.0) -
実行結果の履歴の最大保存件数を Integer か nil で返します。
...履歴の最大保存件数を Integer か nil で返します。
@return 履歴の最大保存件数を Integer か nil で返します。0 を返し
た場合は無制限に保存します。nil を返した場合は追加の保存は行いません。
@see IRB::Context#eval_history=... -
IRB
:: Context # eval _ history=(val) (6101.0) -
実行結果の履歴の最大保存件数を val に設定します。
...実行結果の履歴の最大保存件数を val に設定します。
.irbrc ファイル中で IRB.conf[:EVAL_HISTORY] を設定する事でも同様の事が
行えます。
@param val 実行結果の履歴の最大保存件数を Integer か nil で指定し
ます。0 を指定し......た場合は無制限に履歴を保存します。現在の値よ
りも小さい値を指定した場合は履歴がその件数に縮小されます。
nil を指定した場合は履歴の追加がこれ以上行われなくなります。
@see IRB::Context#eval_history... -
IRB
:: Context # evaluate(line , line _ no) -> object (6101.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。