ライブラリ
-
irb
/ cmd / nop (12) -
irb
/ context (228) -
irb
/ ext / math-mode (8) -
irb
/ ext / use-loader (60) -
irb
/ extend-command (12) -
net
/ smtp (48) - openssl (180)
-
rdoc
/ code _ object (24) -
rdoc
/ context (588) -
rexml
/ document (12) - win32ole (12)
クラス
-
IRB
:: Context (272) -
IRB
:: ExtendCommand :: Nop (12) -
Net
:: SMTP (48) -
OpenSSL
:: ASN1 :: ASN1Data (12) -
OpenSSL
:: SSL :: SSLContext (156) -
OpenSSL
:: X509 :: StoreContext (12) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (504) -
RDoc
:: Context :: Section (84) -
REXML
:: DocType (12) -
WIN32OLE
_ METHOD (12)
モジュール
キーワード
- <=> (12)
- == (12)
-
add
_ alias (12) -
add
_ attribute (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ constant (12) -
add
_ include (12) -
add
_ method (12) -
add
_ module (12) -
add
_ require (12) -
add
_ to (12) - aliases (12)
- attributes (12)
-
auto
_ indent _ mode (12) -
auto
_ indent _ mode= (12) - classes (12)
- comment (12)
- constants (12)
-
current
_ section (12) - debug? (12)
-
debug
_ level (12) -
debug
_ level= (12) -
defined
_ in? (12) -
each
_ attribute (12) -
each
_ classmodule (12) -
each
_ constant (12) -
each
_ method (12) -
enable
_ ssl (12) -
enable
_ starttls (12) -
enable
_ starttls _ auto (12) -
enable
_ tls (12) -
error
_ depth (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (12) -
find
_ symbol (12) - helpcontext (12)
-
ignore
_ eof (12) -
ignore
_ eof= (12) -
ignore
_ eof? (12) -
in
_ files (12) - includes (12)
-
initialize
_ classes _ and _ modules (12) -
initialize
_ methods _ etc (12) - inspect (12)
-
inspect
_ mode (12) -
inspect
_ mode= (12) - io (12)
-
irb
_ context (24) -
irb
_ load (12) -
irb
_ require (12) -
load
_ modules (12) -
math
_ mode (4) -
math
_ mode= (4) -
method
_ list (12) - modules (12)
- name (12)
-
ongoing
_ visibility= (12) - parent (12)
-
prompt
_ mode (12) -
prompt
_ mode= (12) -
record
_ location (12) - requires (12)
-
return
_ format (12) -
return
_ format= (12) - section (12)
- section= (12)
- sections (12)
- sequence (12)
-
session
_ add (12) -
session
_ cache _ mode (12) -
session
_ cache _ mode= (12) -
session
_ id _ context (12) -
session
_ id _ context= (12) -
set
_ comment (12) -
set
_ current _ section (12) -
set
_ visibility _ for (12) -
ssl
_ timeout= (12) -
tag
_ class (12) - thread (12)
- timeout= (12)
- title (12)
-
tmp
_ dh _ callback (12) -
tmp
_ dh _ callback= (12) - toplevel (12)
-
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) -
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12) -
use
_ readline (12) -
use
_ readline? (12) -
verify
_ depth (12) -
verify
_ depth= (12) -
verify
_ mode (12) -
verify
_ mode= (12) - visibility (12)
検索結果
先頭5件
-
IRB
:: Context # debug? -> bool (9129.0) -
irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し ているかどうかを返します。
...irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し
ているかどうかを返します。
デフォルト値は false です。
@see IRB::Context#debug_level, IRB::Context#debug_level=... -
RDoc
:: Context # find _ local _ symbol(symbol) (9117.0) -
Finds a method, constant, attribute, module or files named +symbol+ in this context
...Finds a method, constant, attribute, module or files named +symbol+ in
this context... -
IRB
:: Context # debug _ level -> Integer (9113.0) -
irb のデバッグレベルを返します。
...irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
IRB
:: Context # debug _ level=(val) (9113.0) -
irb のデバッグレベルを val に設定します。
...irb のデバッグレベルを val に設定します。
.irbrc ファイル中で IRB.conf[:DEBUG_LEVEL] を設定する事でも同様の操作
が行えます。
@see IRB::Context#debug_level, IRB::Context#debug?... -
IRB
:: Context # inspect _ mode -> object | nil (9107.0) -
実行結果の出力方式を返します。
...実行結果の出力方式を返します。
@see IRB::Context#inspect_mode=... -
IRB
:: Context # math _ mode=(opt) (9107.0) -
math_mode を有効にするかどうかを指定します。
...math_mode を有効にするかどうかを指定します。
.irbrc ファイル中で IRB.conf[:MATH_MODE] を設定する事でも同様の事が行え
ます。
mathn ライブラリを include するため、math_mode を有効にした後は
無効にする事ができません。
@param o......pt math_mode を有効にする場合に true を指定します。
@raise IRB::CantReturnToNormalMode 既に math_mode の状態で opt に
false か nil を指定した場合に発生します。
@see IRB::Context#math_mode... -
IRB
:: Context # prompt _ mode -> Symbol (9107.0) -
現在のプロンプトモードを Symbol で返します。
...そうでない場合は、:DEFAULT、:CLASSIC、:SIMPLE、:INF_RUBY、:XMP、:NULL
のいずれかを返します。
定義済みのプロンプトモードの内容については、IRB.conf[:PROMPT][mode] を
参照してください。
@see IRB::Context#prompt_mode=, lib:irb#customize_prompt... -
IRB
:: Context # use _ loader -> bool (9107.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。
@see IRB::Context#use_loader=... -
IRB
:: Context # use _ loader=(opt) (9107.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを設定します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを設定します。
.irbrc ファイル中で IRB.conf[:USE_LOADER] を設定する事でも同様の事が行
えます。
デフォルト値は false です。
@see IRB::Context#u......se_loader?... -
IRB
:: Context # use _ loader? -> bool (9107.0) -
load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。
...load または require 時に irb のファイル読み込み機能(irb_load、
irb_require)を使うかどうかを返します。
@see IRB::Context#use_loader=...