1241件ヒット
[1-100件を表示]
(0.101秒)
種類
ライブラリ
- ビルトイン (81)
- e2mmap (18)
- erb (12)
-
fiddle
/ import (84) - 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 (168) - json (36)
- monitor (24)
- open-uri (104)
- openssl (24)
- optparse (12)
- profiler (6)
- 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 (12)
- Regexp (12)
- 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) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (16)
- MonitorMixin (12)
-
OpenSSL
:: Buffering (24) - OpenURI (24)
-
OpenURI
:: OpenRead (36) - URI (16)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - Arguable (12)
- ChangeWorkspace (12)
- ContextExtender (12)
- CurrentWorkingWorkspace (12)
- EXTENDED (12)
- ExtendCommandBundle (12)
- Fail (6)
- Foreground (12)
- Forwardable (12)
- HISTORY (12)
- Help (12)
- HistorySavingAbility (12)
- Importer (12)
- IrbCommand (12)
- Jobs (12)
- Kill (12)
- Load (12)
- Meta (12)
- MonitorMixin (12)
-
NO
_ OVERRIDE (12) - Nop (12)
-
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) - PopWorkspace (12)
-
Profiler
_ _ (6) - PushWorkspace (12)
- Raise (6)
- Require (12)
- SingleForwardable (12)
- Source (12)
- WaitReadable (12)
- WaitWritable (12)
- Warning (9)
- Workspaces (12)
-
accept
_ nonblock (12) - 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)
- execute (180)
-
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) -
json
_ create (12) -
mon
_ enter (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) -
singleton
_ methods (12) - sizeof (12)
-
stack
_ extend (12) - struct (12)
- union (12)
- value (12)
-
write
_ nonblock (24) - クラス/メソッドの定義 (12)
検索結果
先頭5件
-
static VALUE rb
_ mod _ extend _ object(VALUE mod , VALUE obj) (32200.0) -
-
static VALUE rb
_ obj _ extend(int argc , VALUE *argv , VALUE obj) (32200.0) -
-
void rb
_ extend _ object(VALUE obj , VALUE module) (32200.0) -
-
JSON
:: Ext :: Generator :: GeneratorMethods :: String :: Extend (24016.0) -
Alias of JSON::Generator::GeneratorMethods::String::Extend
...Alias of JSON::Generator::GeneratorMethods::String::Extend... -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (24000.0) -
String に JSON で使用する特異メソッドを追加するためのモジュールです。
...String に JSON で使用する特異メソッドを追加するためのモジュールです。... -
IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle (12307.0) -
IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを obj に定義します。
...IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを
obj に定義します。
@param obj IRB::ExtendCommandBundle を extend したオブジェクト... -
IRB
:: ExtendCommand :: Nop # irb _ context -> IRB :: Context (12200.0) -
irb の現在の設定(IRB::Context)を返します。
...irb の現在の設定(IRB::Context)を返します。... -
IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context (12200.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
IRB
:: ContextExtender . install _ extend _ commands -> object (12113.0) -
定義済みの拡張を読み込みます。
...IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_ex...