824件ヒット
[1-100件を表示]
(0.029秒)
別のキーワード
ライブラリ
- date (12)
-
fiddle
/ import (12) -
irb
/ cmd / load (24) -
irb
/ ext / use-loader (48) -
irb
/ extend-command (48) - json (72)
- mkmf (24)
- nkf (12)
- openssl (132)
- pathname (12)
- prime (24)
- rake (24)
-
rdoc
/ context (48) -
rexml
/ document (168) - thwait (6)
- uri (72)
クラス
- Date (12)
-
IRB
:: Context (36) -
IRB
:: ExtendCommand :: Require (12) -
JSON
:: State (24) -
OpenSSL
:: SSL :: SSLContext (36) -
OpenSSL
:: X509 :: Extension (24) -
OpenSSL
:: X509 :: ExtensionFactory (12) -
OpenSSL
:: X509 :: StoreContext (12) - Pathname (12)
-
Prime
:: EratosthenesGenerator (24) -
RDoc
:: Context (48) -
REXML
:: CData (12) -
REXML
:: Child (12) -
REXML
:: DocType (12) -
REXML
:: Element (60) -
REXML
:: Text (60) -
Rake
:: Application (12) - String (12)
- ThreadsWait (6)
-
URI
:: MailTo (24)
モジュール
-
Fiddle
:: Importer (12) -
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (36) - JSON (24)
-
JSON
:: Generator :: GeneratorMethods :: Object (12) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (24)
- URI (48)
キーワード
- Config (12)
- ExtensionFactory (12)
- ExternalEntity (12)
- METHODS (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 7 . 0 (6) - NKF (12)
- OCSP (12)
- Request (12)
- Require (12)
-
add
_ loader (12) -
add
_ require (12) -
add
_ to (12) -
bigdecimal
/ newton (12) - ciphers (12)
-
client
_ cert _ cb= (12) - config= (12)
-
create
_ header (12) -
create
_ makefile (12) -
def
_ extend _ command (24) -
drb
/ extservm (12) -
each
_ element _ with _ text (12) - error= (12)
- execute (12)
- extern (12)
-
external
_ id (12) - extract (48)
-
from
_ state (12) -
get
_ text (12) -
initialize
_ methods _ etc (12) -
install
_ extend _ commands (24) -
irb
/ ext / loader (12) -
irb
/ ext / use-loader (12) -
irb
_ require (12) -
json
_ create (12) - new (60)
- next (12)
-
next
_ element (12) -
next
_ sibling= (12) -
next
_ wait (6) -
next
_ year (12) - parser (12)
- requires (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 4 feature (12) - state (12)
-
sub
_ ext (12) - succ (12)
- text (12)
- text= (12)
-
to
_ json (12) -
to
_ mailtext (12) -
to
_ rfc822text (12) -
to
_ s (12) - unnormalize (12)
-
use
_ loader (12) -
use
_ loader= (12) -
use
_ loader? (12) - value (12)
- value= (12)
検索結果
先頭5件
-
String
# ext(newext = & # 39;& # 39;) -> String (18225.0) -
自身の拡張子を与えられた拡張子で置き換えます。
...た拡張子が空文字列の場合は、自身の拡張子を削除します。
@param newext 新しい拡張子を指定します。
例:
require "rake"
"hoge".ext(".rb") # => "hoge.rb"
"hoge.rb".ext(".erb") # => "hoge.erb"
"hoge.tar.gz".ext(".bz2") # => "hoge.tar.bz2"... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (12106.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま......す。
@param load_file cmd_name で指定したメソッドが定義されたファイル名を指
定します。このファイルは自動的に require されます。
@param aliases cmd_name の別名を Symbol で指定します。複数指定する事ができます。... -
IRB
:: ContextExtender . install _ extend _ commands -> object (12106.0) -
定義済みの拡張を読み込みます。
...:Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_c... -
RDoc
:: Context # add _ require(a _ require) -> () (9230.0) -
自身が所属する RDoc::TopLevel オブジェクトに引数で指定した RDoc::Require を追加します。
...自身が所属する RDoc::TopLevel オブジェクトに引数で指定した
RDoc::Require を追加します。
@param a_require RDoc::Require オブジェクトを指定します。... -
RDoc
:: Context # requires -> [RDoc :: Require] (9217.0) -
追加された RDoc::Require の配列を返します。
...追加された RDoc::Require の配列を返します。... -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (9123.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (9112.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
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (9106.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_file 指定したメソッドが定義されたファイル名を指
定します。このファイルは自動的に require されます。
@param aliases......す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。... -
IRB
:: ExtendCommand :: Require (9016.0) -
irb 中の irb_require コマンドのための拡張を定義したクラスです。
...irb 中の irb_require コマンドのための拡張を定義したクラスです。...