種類
ライブラリ
- ビルトイン (105)
- e2mmap (18)
- erb (12)
-
fiddle
/ import (60) - forwardable (72)
-
irb
/ cmd / chws (48) -
irb
/ cmd / help (24) -
irb
/ cmd / load (72) -
irb
/ cmd / nop (60) -
irb
/ cmd / pushws (72) -
irb
/ cmd / subirb (96) -
irb
/ ext / save-history (24) -
irb
/ ext / use-loader (24) -
irb
/ extend-command (156) - json (36)
- open-uri (104)
- openssl (24)
- optparse (12)
- readline (12)
- socket (48)
クラス
- 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 (48) -
IRB
:: ExtendCommand :: PopWorkspace (12) -
IRB
:: ExtendCommand :: PushWorkspace (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
IRB
:: ExtendCommand :: Workspaces (12) - Object (36)
-
OpenSSL
:: SSL :: SSLSocket (12) - Socket (24)
- UDPSocket (12)
- UNIXServer (12)
モジュール
-
ERB
:: DefMethod (12) - Exception2MessageMapper (18)
-
Fiddle
:: Importer (60) - Forwardable (48)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (144) -
IRB
:: HistorySavingAbility (12) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (16)
-
OpenSSL
:: Buffering (12) - OpenURI (24)
-
OpenURI
:: OpenRead (36) - URI (16)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - Arguable (12)
- ChangeWorkspace (12)
- Class (12)
- CurrentWorkingWorkspace (12)
- ExtendCommandBundle (12)
- Fail (6)
- Foreground (12)
- Forwardable (12)
- HISTORY (12)
- Help (12)
- HistorySavingAbility (12)
- IrbCommand (12)
- Jobs (12)
- Kill (12)
- Load (12)
- Meta (12)
-
NO
_ OVERRIDE (12) - Nop (12)
-
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) - PopWorkspace (12)
- PushWorkspace (12)
- Raise (6)
- Require (12)
- SingleForwardable (12)
- Source (12)
- WaitReadable (12)
- WaitWritable (12)
- Warning (9)
- Workspaces (12)
-
accept
_ nonblock (24) - bind (12)
-
connect
_ nonblock (12) -
create
_ value (12) -
def
_ delegator (12) -
def
_ erb _ method (12) -
def
_ extend _ command (24) -
def
_ instance _ delegator (12) - delegate (12)
- e2mmap (6)
- execute (180)
- extend (12)
-
extend
_ object (18) - extended (12)
-
fiddle
/ import (12) -
install
_ alias _ method (12) -
install
_ extend _ commands (24) -
instance
_ delegate (12) -
irb
/ completion (12) -
irb
/ extend-command (12) -
irb
_ context (24) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ original _ method _ name (12) -
irb
_ require (12) -
is
_ a? (12) -
json
_ create (12) -
kind
_ of? (12) - new (12)
- open (56)
-
open
_ uri (24) -
rb
_ extend _ object (12) -
rb
_ mod _ extend _ object (12) -
rb
_ obj _ extend (12) - read (12)
-
read
_ nonblock (24) -
recvfrom
_ nonblock (24) -
ruby 1
. 6 feature (12) -
stack
_ extend (12) - struct (12)
- union (12)
- value (12)
-
write
_ nonblock (12) - クラス/メソッドの定義 (12)
検索結果
先頭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 したオブジェクトです。... -
Exception2MessageMapper
. extend _ object(cl) -> () (9101.0) -
@todo
...@todo
@param cl... -
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... -
OptionParser
:: Arguable (9016.0) -
主に Object::ARGV を拡張するために用意されたモジュールです。 optparse を require することにより、ARGV は OptionParser::Arguable を Object#extend します。
...主に Object::ARGV を拡張するために用意されたモジュールです。
optparse を require することにより、ARGV は
OptionParser::Arguable を Object#extend します。
コマンドライン引数を表す文字列の配列を、拡張するためにも使うことができ... -
IRB
:: ExtendCommand :: ChangeWorkspace # execute(*obj) -> obj (9000.0) -
irb の self を obj で指定したオブジェクトに設定します。self に設定され たオブジェクトを返します。
...irb の self を obj で指定したオブジェクトに設定します。self に設定され
たオブジェクトを返します。
@param obj 任意のオブジェクトを指定できます。複数指定した場合は先頭のオ
ブジェクトのみが設定されます。... -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (9000.0) -
irb 中の irb_current_working_workspace コマンドのための拡張を定義したク ラスです。
...irb 中の irb_current_working_workspace コマンドのための拡張を定義したク
ラスです。... -
IRB
:: ExtendCommand :: IrbCommand # execute(*obj) -> IRB :: Irb (9000.0) -
新しいサブ irb インタプリタを起動します。
...新しいサブ irb インタプリタを起動します。
@param obj 新しいサブ irb インタプリタで self にするオブジェクトを指定
します。省略した場合は irb を起動したときの main オブジェク
トを self にします。... -
IRB
:: ExtendCommand :: Load (9000.0) -
irb 中の irb_load コマンドのための拡張を定義したクラスです。
...irb 中の irb_load コマンドのための拡張を定義したクラスです。...