775件ヒット
[1-100件を表示]
(0.068秒)
ライブラリ
- ビルトイン (60)
-
drb
/ extservm (12) -
irb
/ cmd / help (12) -
irb
/ extend-command (24) - mkmf (36)
-
net
/ imap (12) - optparse (144)
-
rake
/ packagetask (24) -
rubygems
/ command (120) -
rubygems
/ commands / build _ command (24) -
rubygems
/ commands / dependency _ command (36) -
rubygems
/ commands / help _ command (24) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / which _ command (12) - shell (6)
-
shell
/ command-processor (54) -
shell
/ filter (18) -
shell
/ system-command (24)
クラス
-
DRb
:: ExtServManager (12) -
Gem
:: Command (120) -
Gem
:: Commands :: BuildCommand (24) -
Gem
:: Commands :: DependencyCommand (36) -
Gem
:: Commands :: HelpCommand (24) -
Gem
:: Commands :: LockCommand (12) -
Gem
:: Commands :: UnpackCommand (12) -
Gem
:: Commands :: WhichCommand (12) -
IRB
:: ExtendCommand :: Help (12) -
Net
:: IMAP :: FetchData (12) - OptionParser (144)
-
Rake
:: PackageTask (24) - Shell (6)
-
Shell
:: CommandProcessor (54) -
Shell
:: Filter (18) -
Shell
:: SystemCommand (24)
モジュール
-
IRB
:: ExtendCommandBundle (24) - Kernel (72)
- Signal (24)
キーワード
- EXAMPLES (12)
- EXT (12)
- HELP (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - NoDelegateMethods (6)
- PLATFORMS (12)
- Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
- ` (12)
- arguments (36)
- attr (12)
- basename (6)
-
cc
_ command (12) -
cpp
_ command (12) -
def
_ extend _ command (12) -
defaults
_ str (12) - description (12)
- dirname (6)
- echo (18)
- execute (12)
- ftype (6)
-
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) -
irb
_ original _ method _ name (12) - join (6)
-
link
_ command (12) - name (6)
- notify (12)
- on (144)
-
print
_ dependencies (12) -
program
_ name (12) - rdoc (12)
- readlink (6)
-
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) -
spec
_ path (12) - split (6)
- summary (12)
-
tar
_ command (12) -
to
_ a (6) -
to
_ s (6) - trap (48)
- usage (36)
-
zip
_ command (12) - リテラル (12)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (21203.0) -
@todo
@todo
コマンド名を返します。 -
Gem
:: Command # command -> String (21202.0) -
コマンドの名前を返します。
コマンドの名前を返します。 -
DRb
:: ExtServManager . command -> { String => String|[String] } (18410.0) -
サービスを起動するためのコマンドを指定するための Hash を 返します。
...ービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。
コマンドは文字列、もしくは文字列の配列で指定し... -
rubygems
/ commands / search _ command (12018.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......Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 検索したい Gem パッケージ名の一部を指定します
Summary:
STRING を含む全ての Gem パッケージ名を表示します
Defaults:
--local --no-... -
rubygems
/ commands / cert _ command (12012.0) -
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
...書を追加します
-l, --list 信頼されている証明書の一覧を表示します
-r, --remove STRING STRING を含む証明書を削除します
-b, --build EMAIL_ADDR EMAIL_ADDR に対する自己署名証明書と秘密鍵... -
rubygems
/ commands / list _ command (12012.0) -
Gem パッケージの名前を前方一致で検索するためのライブラリです。
...Gem パッケージの名前を前方一致で検索するためのライブラリです。
Usage: gem list [STRING] [options]
Options:
-i, --[no-]installed Check for installed gem
-v, --version VERSION 指定されたバージョンの一覧を出力しま......レースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
STRING 探したい Gem の名前を前方一致で指定します
Summary:
指定された文字列で始まる Gem パッケージ... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (9107.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...。
@param cmd_class 指定した拡張が定義されたクラス名を Symbol、
String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_file......す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。... -
Kernel
# cc _ command(opt = "") -> String (6202.0) -
実際にコンパイルする際に使用するコマンドを返します。
実際にコンパイルする際に使用するコマンドを返します。
@param opt コンパイラに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand -
Kernel
# cpp _ command(outfile , opt = "") -> String (6202.0) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
実際にプリプロセッサを実行する際に使用するコマンドを返します。
@param outfile 出力ファイルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand