920件ヒット
[201-300件を表示]
(0.068秒)
種類
ライブラリ
- ビルトイン (132)
- e2mmap (18)
- erb (12)
-
fiddle
/ import (84) - forwardable (72)
-
irb
/ cmd / help (24) -
irb
/ cmd / load (48) -
irb
/ cmd / subirb (24) -
irb
/ ext / save-history (24) -
irb
/ ext / use-loader (24) -
irb
/ extend-command (156) -
mutex
_ m (12) - open-uri (80)
- openssl (48)
- optparse (12)
- profiler (6)
- readline (12)
- socket (48)
クラス
- IO (24)
-
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: Kill (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) - Module (24)
- Object (48)
-
OpenSSL
:: SSL :: SSLSocket (24) - Socket (24)
- UDPSocket (12)
- UNIXServer (12)
モジュール
-
ERB
:: DefMethod (12) - Exception2MessageMapper (18)
-
Fiddle
:: Importer (72) - Forwardable (48)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (144) -
IRB
:: HistorySavingAbility (12) - Kernel (16)
-
Mutex
_ m (12) -
OpenSSL
:: Buffering (24) - OpenURI (24)
-
OpenURI
:: OpenRead (24) - URI (16)
キーワード
- Arguable (12)
- Class (12)
- ExtendCommandBundle (12)
- Fail (6)
- Forwardable (12)
- HISTORY (12)
- Help (12)
- HistorySavingAbility (12)
- Importer (12)
- Kill (12)
- Load (12)
-
NO
_ OVERRIDE (12) -
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) -
Profiler
_ _ (6) - Raise (6)
- SingleForwardable (12)
- WaitReadable (12)
- WaitWritable (12)
-
accept
_ nonblock (24) - bind (12)
-
connect
_ nonblock (24) -
create
_ value (12) -
def
_ delegator (12) -
def
_ erb _ method (12) -
def
_ extend _ command (24) -
def
_ instance _ delegator (12) - delegate (12)
- execute (60)
-
extend
_ object (42) - extended (24)
- fiddle (12)
-
fiddle
/ import (12) -
fiddle
/ types (12) -
install
_ alias _ method (12) -
install
_ extend _ commands (24) -
instance
_ delegate (12) -
irb
/ completion (12) -
irb
_ context (12) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ original _ method _ name (12) -
irb
_ require (12) -
is
_ a? (12) -
kind
_ of? (12) - open (56)
-
open
_ uri (24) -
rb
_ extend _ object (12) -
rb
_ mod _ extend _ object (12) -
rb
_ obj _ extend (12) -
read
_ nonblock (24) -
recvfrom
_ nonblock (24) -
singleton
_ methods (12) - sizeof (12)
- struct (12)
- union (12)
- value (12)
-
write
_ nonblock (24)
検索結果
先頭5件
-
IRB
:: ExtendCommandBundle :: OVERRIDE _ PRIVATE _ ONLY -> 2 (9106.0) -
irb でコマンドのエイリアスを定義する際に、既にこれからエイリアス先に指 定したメソッド名と同名の public メソッドが定義済みではなかった場合のみ、 エイリアスを定義する事を指定するフラグです。
...リアスを定義する際に、既にこれからエイリアス先に指
定したメソッド名と同名の public メソッドが定義済みではなかった場合のみ、
エイリアスを定義する事を指定するフラグです。
@see IRB::ExtendCommandBundle.def_extend_command... -
IRB
:: HistorySavingAbility . extended(obj) -> object (9106.0) -
obj に irb のヒストリの読み込み、保存の機能を提供します。
...obj に irb のヒストリの読み込み、保存の機能を提供します。
obj を返します。
@param obj IRB::HistorySavingAbility を extend したオブジェクトです。... -
OpenSSL
:: SSL :: SSLSocket # connect _ nonblock -> self (9106.0) -
ノンブロッキング方式で TLS/SSL 通信をクライアントモードとして開始し、 サーバとのハンドシェイクを実行します。
...ノンブロッキング方式で
TLS/SSL 通信をクライアントモードとして開始し、
サーバとのハンドシェイクを実行します。
IO が読み込み待ち、もしくは書き込み待ちになった場合は例外を
発生させ、ハンドシェイクを中断しま......クを再開します。
@raise OpenSSL::SSL::SSLError ハンドシェイクに失敗した(VERIFY_PEER で
証明書の検証に失敗した場合や、プロトコル合意に失敗したなど)
場合に発生します
@raise OpenSSL::SSL::SSLError ソケットが読み込み/書......る場合には IO::WaitReadable を、
書き込み可能状態を待つ必要がある場合には IO::WaitWritable を、
それぞれ extend した例外オブジェクトが生成されます。
@see OpenSSL::SSL::SSLSocket#accept_nonblock,
OpenSSL::SSL::SSLSocket#connect... -
IRB
:: ExtendCommandBundle # install _ alias _ method(to , from , override = NO _ OVERRIDE) (9100.0) -
メソッドのエイリアスを定義します。ライブラリ内部で使用します。
...l か文字列で指定します。
@param from 元のメソッド名を Symbol か文字列で指定します。
@param override 新しいメソッド名が定義済みであった場合にそのメソッドを
上書きするかどうかを
IRB::ExtendCommandBundl......e::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
で指定します。... -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (9100.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (9100.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
IRB
:: ExtendCommand :: Help (9000.0) -
irb 中の help コマンドのための拡張を定義したクラスです。
...irb 中の help コマンドのための拡張を定義したクラスです。... -
IRB
:: ExtendCommand :: Kill (9000.0) -
irb 中の irb_kill コマンドのための拡張を定義したクラスです。
...irb 中の irb_kill コマンドのための拡張を定義したクラスです。... -
IRB
:: ExtendCommand :: Load (9000.0) -
irb 中の irb_load コマンドのための拡張を定義したクラスです。
...irb 中の irb_load コマンドのための拡張を定義したクラスです。...