928件ヒット
[1-100件を表示]
(0.021秒)
別のキーワード
ライブラリ
- ビルトイン (154)
-
drb
/ extserv (12) -
drb
/ extservm (36) - e2mmap (6)
- irb (12)
-
irb
/ cmd / nop (24) -
irb
/ context (12) -
irb
/ ext / save-history (12) -
irb
/ extend-command (72) - json (72)
-
mutex
_ m (12) -
net
/ smtp (12) - openssl (84)
-
rdoc
/ context (24) -
rdoc
/ markdown (24) -
rdoc
/ markup / to _ html _ crossref (12) -
rdoc
/ parser (12) -
rexml
/ document (132) -
rubygems
/ command (60) -
rubygems
/ ext / builder (48) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) - uri (48)
- win32ole (12)
クラス
-
DRb
:: ExtServ (12) -
DRb
:: ExtServManager (36) - Encoding (24)
- File (24)
-
Gem
:: Command (60) -
Gem
:: Ext :: Builder (48) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) - IO (96)
-
IRB
:: Context (12) -
IRB
:: ExtendCommand :: Nop (24) -
JSON
:: State (24) -
Net
:: SMTP (12) -
OpenSSL
:: SSL :: SSLContext (24) -
OpenSSL
:: SSL :: SSLSocket (12) -
OpenSSL
:: X509 :: Extension (24) -
OpenSSL
:: X509 :: ExtensionFactory (12) -
OpenSSL
:: X509 :: StoreContext (12) -
RDoc
:: Context (12) -
RDoc
:: Context :: Section (12) -
RDoc
:: Markdown (24) -
RDoc
:: Markup :: ToHtmlCrossref (12) -
RDoc
:: Parser (12) -
REXML
:: CData (12) -
REXML
:: Document (36) -
REXML
:: Element (12) -
REXML
:: ExternalEntity (12) -
REXML
:: Text (36) -
RubyVM
:: InstructionSequence (10) - WIN32OLE (12)
モジュール
- Exception2MessageMapper (6)
- IRB (12)
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (48) -
IRB
:: HistorySavingAbility (12) - JSON (36)
-
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) -
Mutex
_ m (12) -
REXML
:: Security (24) - URI (48)
キーワード
- CurrentContext (12)
-
add
_ specific _ extra _ args (12) -
alias
_ extension (12) - build (36)
-
class
_ name (12) - command (12)
- command= (12)
-
def
_ extend _ command (24) -
default
_ external (12) -
default
_ external= (12) -
default
_ ssl _ context (12) - dirname (12)
-
entity
_ expansion _ text _ limit (24) -
entity
_ expansion _ text _ limit= (24) - execute (12)
-
extend
_ object (30) - extended (12)
- extension (12)
- extname (12)
-
extra
_ args (12) -
extra
_ args= (12) - extract (48)
-
from
_ state (12) - generator (12)
-
install
_ extend _ commands (24) -
irb
_ original _ method _ name (12) -
json
_ create (12) -
load
_ from _ binary _ extra _ data (10) - make (12)
- new (252)
- normalize (12)
-
ole
_ show _ help (12) - parser (12)
- pipe (96)
- redirector (12)
- run (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) - state (12)
- unnormalize (12)
検索結果
先頭5件
- IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object - IRB
:: ContextExtender . install _ extend _ commands -> object - IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle - IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object - IRB
:: ExtendCommandBundle . install _ extend _ commands -> object
-
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (12101.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま... -
IRB
:: ContextExtender . install _ extend _ commands -> object (12101.0) -
定義済みの拡張を読み込みます。
...:Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_c... -
IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle (9201.0) -
IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを obj に定義します。
...IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを
obj に定義します。
@param obj IRB::ExtendCommandBundle を extend したオブジェクト... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (9101.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 . install _ extend _ commands -> object (9101.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... -
RDoc
:: Parser . alias _ extension(old _ ext , new _ ext) -> bool (6353.0) -
old_ext に登録されたパーサを new_ext でも解析できるようにエイリアスを登 録します。
...old_ext に登録されたパーサを new_ext でも解析できるようにエイリアスを登
録します。
@param old_ext 拡張子を文字列で指定します。
@param new_ext 拡張子を文字列で指定します。
@return エイリアスが登録された場合は true を返し......ます。old_ext にパーサ
が登録されていない場合、エイリアスが登録されずに false を返しま
す。... -
IRB
. CurrentContext -> IRB :: Context (6201.0) -
現在の irb に関する IRB::Context を返します。
...現在の irb に関する IRB::Context を返します。... -
Net
:: SMTP . default _ ssl _ context -> OpenSSL :: SSL :: SSLContext (6201.0) -
SSL 通信に使われる SSL のコンテキストのデフォルト値を返します。
SSL 通信に使われる SSL のコンテキストのデフォルト値を返します。 -
Gem
:: Ext :: ExtConfBuilder . build(extension , directory , dest _ path , results) -> Array (6107.0) -
@todo
...@todo
Makefile が存在しない場合は、extconf.rb を実行して
Makefile を作成してから make を実行します。
@param extension ファイル名を指定します。
@param directory このメソッドでは使用していません。
@param dest_path ???
@param results コマ......ンドの実行結果を格納します。破壊的に変更されます。
@see Gem::Ext::Builder.make...