630件ヒット
[101-200件を表示]
(0.074秒)
別のキーワード
ライブラリ
- ビルトイン (96)
- e2mmap (12)
-
fiddle
/ import (72) - forwardable (48)
-
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
/ ext / use-loader (24) -
irb
/ extend-command (36) - monitor (12)
-
mutex
_ m (12) - open-uri (36)
- openssl (48)
- socket (48)
- sync (6)
クラス
- IO (24)
-
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) - Module (24)
- Object (48)
-
OpenSSL
:: SSL :: SSLSocket (24) - Socket (24)
- UDPSocket (12)
- UNIXServer (12)
モジュール
- Exception2MessageMapper (12)
-
Fiddle
:: Importer (72) - Forwardable (48)
-
IRB
:: ExtendCommandBundle (60) - MonitorMixin (12)
-
Mutex
_ m (12) -
OpenSSL
:: Buffering (24) -
OpenURI
:: OpenRead (36) -
Sync
_ m (6)
キーワード
- Fail (6)
- Raise (6)
-
accept
_ nonblock (24) - bind (12)
-
connect
_ nonblock (24) -
create
_ value (12) -
def
_ delegator (12) -
def
_ instance _ delegator (12) - delegate (12)
- execute (168)
-
extend
_ object (12) - extended (12)
-
install
_ alias _ method (12) -
instance
_ delegate (12) -
irb
_ context (24) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ require (12) -
is
_ a? (12) -
kind
_ of? (12) -
mon
_ enter (12) -
mu
_ extended (12) - open (24)
- read (12)
-
read
_ nonblock (24) -
recvfrom
_ nonblock (24) -
singleton
_ methods (12) - sizeof (12)
- struct (12)
-
sync
_ extend (6) - union (12)
- value (12)
-
write
_ nonblock (24)
検索結果
先頭5件
-
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (3001.0) -
RI から Ruby のドキュメントを参照します。
RI から Ruby のドキュメントを参照します。
irb(main):001:0> help String#match
...
@param names 参照したいクラス名やメソッド名などを文字列で指定します。
names を指定しなかった場合は、RI を対話的なモードで起動します。メソッド
名などを入力する事でドキュメントの検索が行えます。入力のタブ補完をする
事ができます。また、空行を入力する事で irb のプロンプトに戻る事ができま
す。
irb(main):001:0> help
Enter the method name you want to look... -
IRB
:: ExtendCommand :: IrbCommand # execute(*obj) -> IRB :: Irb (3001.0) -
新しいサブ irb インタプリタを起動します。
新しいサブ irb インタプリタを起動します。
@param obj 新しいサブ irb インタプリタで self にするオブジェクトを指定
します。省略した場合は irb を起動したときの main オブジェク
トを self にします。 -
IRB
:: ExtendCommand :: Jobs # execute -> IRB :: JobManager (3001.0) -
サブ irb のリストを返します。
サブ irb のリストを返します。 -
IRB
:: ExtendCommand :: Kill # execute(*obj) -> object (3001.0) -
指定したサブ irb を停止します。
指定したサブ irb を停止します。
@param obj 停止するサブ irb を識別する以下のいずれかのオブジェクトを指定します。
* irb インタプリタ番号
* irb オブジェクト
* スレッド ID
* 各インタプリタの self (「irb(obj)」で起動した時の obj) -
IRB
:: ExtendCommand :: Load # execute(file _ name , priv = nil) -> nil (3001.0) -
ファイル path を Ruby スクリプトとみなし、現在の irb インタプリタ上で実 行します。
ファイル path を Ruby スクリプトとみなし、現在の irb インタプリタ上で実
行します。
Kernel.#load と異なり、path の内容を irb で一行ずつタイプしたかの
ように、irb 上で一行ずつ評価されます。
@param file_name ファイル名を文字列で指定します。
@param priv 真を指定した場合は実行は内部的に生成される無名モジュール上
で行われ、グローバルな名前空間を汚染しません。
@raise LoadError 読み込みに失敗した場合に発生します。 -
IRB
:: ExtendCommand :: Nop # execute(*opts) -> () (3001.0) -
何もしません。サブクラスでオーバーライドして使用します。
何もしません。サブクラスでオーバーライドして使用します。
@param opts irb 中でコマンドに渡す引数を指定します。 -
IRB
:: ExtendCommand :: Nop # irb _ context -> IRB :: Context (3001.0) -
irb の現在の設定(IRB::Context)を返します。
irb の現在の設定(IRB::Context)を返します。 -
IRB
:: ExtendCommand :: PopWorkspace # execute(*obj) -> [IRB :: WorkSpace] (3001.0) -
UNIX シェルコマンドの popd と同じです。
UNIX シェルコマンドの popd と同じです。
@param obj 使用しません。 -
IRB
:: ExtendCommand :: PushWorkspace # execute(*obj) -> [IRB :: WorkSpace] (3001.0) -
UNIX シェルコマンドの pushd と同じです。
UNIX シェルコマンドの pushd と同じです。
@param obj IRB::WorkSpace オブジェクトを指定します。複数指定した
場合は先頭のオブジェクトのみが設定されます。 -
IRB
:: ExtendCommand :: Require # execute(file _ name) -> bool (3001.0) -
ファイル file_name を現在の irb インタプリタ上で実行します。
ファイル file_name を現在の irb インタプリタ上で実行します。
file_name に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。require に成功した場合は true を、そうでない場合は
false を返します。
拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。
@param file_name ファイル名を文字列で指定します。