728件ヒット
[1-100件を表示]
(0.031秒)
別のキーワード
ライブラリ
-
drb
/ extservm (36) -
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 / use-loader (24) -
irb
/ extend-command (156) -
rubygems
/ command (72) -
rubygems
/ commands / which _ command (12) -
rubygems
/ ext / builder (12)
クラス
-
DRb
:: ExtServManager (36) -
Gem
:: Command (72) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: Ext :: Builder (12) -
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)
モジュール
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (144)
キーワード
- ChangeWorkspace (12)
- CurrentWorkingWorkspace (12)
- ExtendCommandBundle (12)
- Foreground (12)
- Help (12)
- IrbCommand (12)
- Jobs (12)
- Kill (12)
- Load (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NO
_ OVERRIDE (12) - Nop (12)
-
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) - PopWorkspace (12)
- PushWorkspace (12)
- Require (12)
- Source (12)
- Workspaces (12)
-
add
_ extra _ args (12) -
add
_ specific _ extra _ args (12) - command= (12)
-
def
_ extend _ command (24) -
drb
/ extservm (12) - execute (180)
-
extend
_ object (12) -
extra
_ args (12) -
extra
_ args= (12) -
install
_ alias _ method (12) -
install
_ extend _ commands (24) -
irb
/ extend-command (12) -
irb
_ context (24) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ original _ method _ name (12) -
irb
_ require (12) - new (12)
-
ruby 1
. 8 . 4 feature (12) - run (12)
- service (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12)
検索結果
先頭5件
- Gem
:: Commands :: WhichCommand :: EXT -> [String] - DRb
:: ExtServManager . command -> { String => String|[String] } - IRB
:: ContextExtender . install _ extend _ commands -> object - IRB
:: ExtendCommandBundle . install _ extend _ commands -> object - IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object
-
Gem
:: Commands :: WhichCommand :: EXT -> [String] (24101.0) -
拡張子を表す配列です。
拡張子を表す配列です。
%w[.rb .rbw .so .dll .bundle] -
DRb
:: ExtServManager . command -> { String => String|[String] } (21107.0) -
サービスを起動するためのコマンドを指定するための Hash を 返します。
...そのサービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。
コマンドは文字列、もしくは文字列の配列で... -
IRB
:: ContextExtender . install _ extend _ commands -> object (18212.0) -
定義済みの拡張を読み込みます。
...:Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_c... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (18206.0) -
定義済みの拡張を読み込みます。
...* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (18201.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (18201.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...ラス名を Symbol、
String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_file 指定したメソッドが定義されたファイル名を......す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。... -
IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle (12300.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 を返します。...