1464件ヒット
[1-100件を表示]
(0.183秒)
ライブラリ
-
irb
/ cmd / nop (12) -
irb
/ context (396) -
irb
/ ext / history (24) -
irb
/ ext / math-mode (12) -
irb
/ ext / save-history (36) -
irb
/ ext / tracer (36) -
irb
/ ext / use-loader (60) -
irb
/ extend-command (12) -
net
/ smtp (48) - openssl (360)
- psych (12)
-
rdoc
/ code _ object (12) -
rdoc
/ context (396) - rexml (12)
-
rexml
/ document (36)
クラス
-
IRB
:: Context (540) -
IRB
:: ExtendCommand :: Nop (12) -
Net
:: SMTP (48) -
OpenSSL
:: ASN1 :: ASN1Data (12) -
OpenSSL
:: SSL :: SSLContext (300) -
OpenSSL
:: X509 :: StoreContext (48) -
Psych
:: SyntaxError (12) -
RDoc
:: CodeObject (12) -
RDoc
:: Context (384) -
RDoc
:: Context :: Section (12) -
REXML
:: Element (36) -
REXML
:: ParseException (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)
-
ap
_ name (12) -
ap
_ name= (12) - attributes (12)
-
auto
_ indent _ mode (12) -
auto
_ indent _ mode= (12) -
back
_ trace _ limit (12) -
back
_ trace _ limit= (12) -
ca
_ file (12) -
ca
_ file= (12) -
ca
_ path (12) -
ca
_ path= (12) - cert (12)
- cert= (12)
- chain (12)
- classes (12)
- cleanup (12)
-
client
_ ca (12) -
client
_ ca= (12) - constants (12)
- context= (12)
-
current
_ cert (12) -
debug
_ level= (12) -
each
_ attribute (12) -
each
_ classmodule (12) -
each
_ constant (12) -
each
_ method (12) - echo= (12)
-
enable
_ ssl (12) -
enable
_ starttls (12) -
enable
_ starttls _ auto (12) -
enable
_ tls (12) -
eval
_ history (12) -
eval
_ history= (12) - evaluate (12)
-
extra
_ chain _ cert (12) -
extra
_ chain _ cert= (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (12) -
find
_ symbol (12) - flags= (12)
-
ignore
_ eof= (12) -
ignore
_ sigint= (12) -
init
_ save _ history (12) -
initialize
_ classes _ and _ modules (12) -
initialize
_ methods _ etc (12) - io= (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) -
method
_ list (12) - modules (12)
- name (12)
- parent (12)
-
prompt
_ c= (12) -
prompt
_ i= (12) -
prompt
_ n= (12) -
prompt
_ s= (12) - raw (12)
-
record
_ location (12) -
renegotiation
_ cb (12) -
renegotiation
_ cb= (12) -
return
_ format (12) -
return
_ format= (12) -
save
_ history (12) -
save
_ history= (12) - section= (12)
-
servername
_ cb (12) -
servername
_ cb= (12) -
session
_ add (12) -
session
_ cache _ mode (12) -
session
_ cache _ mode= (12) -
session
_ cache _ size (12) -
session
_ cache _ size= (12) -
session
_ cache _ stats (12) -
set
_ last _ value (12) -
set
_ params (12) -
set
_ visibility _ for (12) -
tag
_ class (12) - thread (12)
-
tmp
_ dh _ callback (12) -
tmp
_ dh _ callback= (12) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (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)
-
verify
_ callback (12) -
verify
_ callback= (12) - visibility (12)
- whitespace (12)
- workspace (12)
- workspace= (12)
検索結果
先頭5件
-
Psych
:: SyntaxError # context -> String (21102.0) -
エラーが生じたコンテキストを文字列で返します。
エラーが生じたコンテキストを文字列で返します。 -
REXML
:: ParseException # context -> [Integer , Integer , Integer] (21102.0) -
パースエラーが起きた(XML上の)場所を返します。
...所を返します。
要素3個の配列で、
[position, lineno, line]
という形で返します。
position, line は
REXML::ParseException#position
REXML::ParseException#line
と同じ値です。
lineno は IO#lineno が返す意味での行数です。
通常は line と同じ値です。... -
IRB
:: Context # back _ trace _ limit -> Integer (15207.0) -
エラー発生時のバックトレース表示の先頭、末尾の上限の行数を返します。
...エラー発生時のバックトレース表示の先頭、末尾の上限の行数を返します。
デフォルト値は 16 です。
@see IRB::Context#back_trace_limit=... -
IRB
:: Context # back _ trace _ limit=(val) (15207.0) -
エラー発生時のバックトレース表示の先頭、末尾の上限の行数をそれぞれ val 行に設定します。
...ぞれ val
行に設定します。
.irbrc ファイル中で IRB.conf[:BACK_TRACE_LIMIT] を設定する事でも同様の
操作が行えます。
@param val バックトレース表示の先頭、末尾の上限を Integer で指定
します。
@see IRB::Context#back_trace_limit... -
OpenSSL
:: ASN1 :: ASN1Data # tag _ class -> Symbol (12107.0) -
タグクラスを返します。
...タグクラスを返します。
:UNIVERSAL、:CONTEXT_SPECIFIC、:APPLICATION, :PRIVATE のいずれかを返します。
@see OpenSSL::ASN1::ASN1Data#tag_class=... -
RDoc
:: Context # classes -> [RDoc :: SingleClass | RDoc :: NormalClass] (9301.0) -
追加されたクラスの配列を返します。
追加されたクラスの配列を返します。 -
RDoc
:: Context # find _ enclosing _ module _ named(name) -> RDoc :: NormalModule | nil (9233.0) -
find a module at a higher scope
...find a module at a higher scope... -
IRB
:: ExtendCommand :: Nop # irb _ context -> IRB :: Context (9219.0) -
irb の現在の設定(IRB::Context)を返します。
...irb の現在の設定(IRB::Context)を返します。... -
IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context (9219.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。...