516件ヒット
[101-200件を表示]
(0.099秒)
ライブラリ
-
irb
/ cmd / help (12) - mkmf (36)
-
net
/ imap (12) - optparse (144)
-
rake
/ packagetask (24) -
rubygems
/ command (108) -
rubygems
/ commands / build _ command (24) -
rubygems
/ commands / dependency _ command (36) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / unpack _ command (12) - shell (6)
-
shell
/ command-processor (48) -
shell
/ filter (18) -
shell
/ system-command (24)
クラス
-
Gem
:: Command (108) -
Gem
:: Commands :: BuildCommand (24) -
Gem
:: Commands :: DependencyCommand (36) -
Gem
:: Commands :: LockCommand (12) -
Gem
:: Commands :: UnpackCommand (12) -
IRB
:: ExtendCommand :: Help (12) -
Net
:: IMAP :: FetchData (12) - OptionParser (144)
-
Rake
:: PackageTask (24) - Shell (6)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (18) -
Shell
:: SystemCommand (24)
モジュール
- Kernel (36)
キーワード
- arguments (36)
- attr (12)
- basename (6)
-
cc
_ command (12) -
cpp
_ 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) - join (6)
-
link
_ command (12) - name (6)
- notify (12)
- on (144)
-
print
_ dependencies (12) -
program
_ name (12) - readlink (6)
-
spec
_ path (12) - split (6)
- summary (12)
-
tar
_ command (12) -
to
_ a (6) -
to
_ s (6) - usage (36)
-
zip
_ command (12)
検索結果
先頭5件
-
Gem
:: Commands :: BuildCommand # usage -> String (6102.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # arguments -> String (6102.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (6102.0) -
依存関係を表す文字列を返します。
依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。 -
Gem
:: Commands :: DependencyCommand # usage -> String (6102.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (6102.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。 -
Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil (6102.0) -
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
@param gemname Gem パッケージの名前を指定します。
@param version_req バージョンの満たすべき条件を文字列で指定します。 -
Gem
:: Command # defaults _ str -> String (3108.0) -
このメソッドはサブクラスで再定義されます。 コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
...このメソッドはサブクラスで再定義されます。
コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
@see Gem::Command#arguments... -
Shell
:: CommandProcessor # echo(*strings) -> Shell :: Filter (3107.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
..., それらを内容とする Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|... -
Shell
:: SystemCommand # notify(*opts) -> String (3103.0) -
@todo
@todo
@param opts
@see Shell#notify -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (3103.0) -
@todo
@todo
@param opts
@see Shell#notify -
Gem
:: Command # arguments -> String (3102.0) -
このメソッドはサブクラスで再定義されます。 コマンドが取る引数の説明を表示するために使用します。
このメソッドはサブクラスで再定義されます。
コマンドが取る引数の説明を表示するために使用します。
サブクラスで実装する場合は、一つの引数につき一行で、左揃えの文字列を返すようにしてください。