360件ヒット
[1-100件を表示]
(0.111秒)
ライブラリ
-
irb
/ cmd / help (12) - mkmf (36)
-
net
/ imap (12) - optparse (144)
-
rubygems
/ command (36) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / unpack _ command (12) - shell (6)
-
shell
/ command-processor (48) -
shell
/ filter (6) -
shell
/ system-command (24)
クラス
-
Gem
:: Command (36) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: Commands :: LockCommand (12) -
Gem
:: Commands :: UnpackCommand (12) -
IRB
:: ExtendCommand :: Help (12) -
Net
:: IMAP :: FetchData (12) - OptionParser (144)
- Shell (6)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (6) -
Shell
:: SystemCommand (24)
モジュール
- Kernel (36)
キーワード
- attr (12)
- basename (6)
-
cc
_ command (12) -
cpp
_ command (12) -
defaults
_ str (12) - dirname (6)
- echo (18)
- execute (12)
- ftype (6)
-
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - join (6)
-
link
_ command (12) - name (6)
- notify (12)
- on (144)
-
print
_ dependencies (12) - readlink (6)
-
spec
_ path (12) - split (6)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (21220.0) -
@todo
...@todo
コマンド名を返します。... -
Kernel
# link _ command(ldflags , opt = "" , libpath = $ DEFLIBPATH| $ LIBPATH) -> String (6227.0) -
実際にリンクする際に使用するコマンドを返します。
...実際にリンクする際に使用するコマンドを返します。
@param ldflags LDFLAGS に追加する値を指定します。
@param opt LIBS に追加する値を指定します。
@param libpath LIBPATH に指定する値を指定します。
@see RbConfig.expand... -
Kernel
# cpp _ command(outfile , opt = "") -> String (6221.0) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
...実際にプリプロセッサを実行する際に使用するコマンドを返します。
@param outfile 出力ファイルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand... -
Kernel
# cc _ command(opt = "") -> String (6215.0) -
実際にコンパイルする際に使用するコマンドを返します。
...実際にコンパイルする際に使用するコマンドを返します。
@param opt コンパイラに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand... -
Shell
:: SystemCommand # name -> String (6120.0) -
@todo
...@todo
コマンド名を返します。... -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (6114.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil (6114.0) -
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
...引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
@param gemname Gem パッケージの名前を指定します。
@param version_req バージョンの満たすべき条件を文字列で指定します。... -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (6108.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
...指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。... -
Shell
:: SystemCommand # notify(*opts) -> String (3131.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (3131.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: CommandProcessor # basename(filename , suffix = "") -> String (3120.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き...