355件ヒット
[1-100件を表示]
(0.052秒)
種類
- インスタンスメソッド (210)
- 文書 (61)
- ライブラリ (48)
- 特異メソッド (36)
ライブラリ
-
drb
/ extservm (12) -
irb
/ cmd / help (12) -
irb
/ extend-command (24) - mkmf (12)
-
net
/ imap (12) - optparse (144)
-
rubygems
/ commands / build _ command (24) -
shell
/ command-processor (6)
クラス
-
DRb
:: ExtServManager (12) -
Gem
:: Commands :: BuildCommand (24) -
IRB
:: ExtendCommand :: Help (12) -
Net
:: IMAP :: FetchData (12) - OptionParser (144)
-
Shell
:: CommandProcessor (6)
モジュール
-
IRB
:: ExtendCommandBundle (24) - Kernel (12)
キーワード
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
- arguments (12)
- attr (12)
- basename (6)
-
def
_ extend _ command (12) - execute (12)
-
irb
_ original _ method _ name (12) -
link
_ command (12) - on (144)
- rdoc (12)
-
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / search _ command (12) - usage (12)
- リテラル (12)
検索結果
先頭5件
-
DRb
:: ExtServManager . command -> { String => String|[String] } (21410.0) -
サービスを起動するためのコマンドを指定するための Hash を 返します。
...そのサービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。
コマンドは文字列、もしくは文字列の配列で... -
rubygems
/ commands / search _ command (18030.0) -
指定された文字列を含む Gem パッケージを全て表示するためのライブラリです。
...指定された文字列を含む Gem パッケージを全て表示するためのライブラリです。
Usage: gem search [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION Specify version of gem to search......e 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default......erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug... -
rubygems
/ commands / list _ command (18024.0) -
Gem パッケージの名前を前方一致で検索するためのライブラリです。
...Gem パッケージの名前を前方一致で検索するためのライブラリです。
Usage: gem list [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION 指定されたバージョンの一覧を出力しま......e 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default......erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug... -
rubygems
/ commands / cert _ command (18018.0) -
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
...-l, --list 信頼されている証明書の一覧を表示します
-r, --remove STRING STRING を含む証明書を削除します
-b, --build EMAIL_ADDR EMAIL_ADDR に対する自己署名証明書と秘密鍵......erbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug......Ruby 自体のデバッグオプションを有効にします
Summary:
Manage RubyGems certificates and signing settings... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (12207.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...irb に cmd_name で指定したメソッドが実行できるように拡張します。
@param cmd_name メソッド名を Symbol か文字列で指定します。
cmd_class で指定するクラスの execute メソッドとして定
義してある必要があ......す。
@param cmd_class 指定した拡張が定義されたクラス名を Symbol、
String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_fil......別名を Symbol とフラグの配列で指定しま
す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_A... -
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (9201.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
Shell
:: CommandProcessor # basename(filename , suffix = "") -> String (9201.0) -
File クラスにある同名のクラスメソッドと同じです.
...イル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。
@see File.basename... -
Gem
:: Commands :: BuildCommand # arguments -> String (9101.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: BuildCommand # usage -> String (9101.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。