360件ヒット
[1-100件を表示]
(0.138秒)
ライブラリ
-
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 - Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String - Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil - Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String - IRB
:: ExtendCommand :: Help # execute(*names) -> nil
-
Shell
:: SystemCommand # command -> String (24320.0) -
@todo
...@todo
コマンド名を返します。... -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (12214.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil (12214.0) -
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
...引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
@param gemname Gem パッケージの名前を指定します。
@param version_req バージョンの満たすべき条件を文字列で指定します。... -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (12208.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
...指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。... -
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (12125.0) -
RI から Ruby のドキュメントを参照します。
...RI から Ruby のドキュメントを参照します。
irb(main):001:0> help String#match
...
@param names 参照したいクラス名やメソッド名などを文字列で指定します。
names を指定しなかった場合は、RI を対話的なモードで起動します。メソ......Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.
>> String#match
String#match
(from ruby core)
------------------------------------------------------------------------------
str.match(pattern) -> matchdata or nil
str.......match(pattern, pos) -> matchdata or nil
...... -
Shell
:: CommandProcessor # expand _ path(path) -> String (9314.0) -
Fileクラスにある同名のクラスメソッドと同じです.
...Fileクラスにある同名のクラスメソッドと同じです.
@param path ファイル名を表す文字列を指定します。
@see File.expand_path... -
Shell
:: SystemCommand # notify(*opts) -> String (9231.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (9231.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # name -> String (9220.0) -
@todo
...@todo
コマンド名を返します。... -
Gem
:: Command # defaults _ str -> String (9214.0) -
このメソッドはサブクラスで再定義されます。 コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
...このメソッドはサブクラスで再定義されます。
コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
@see Gem::Command#arguments... -
Shell
:: CommandProcessor # ftype(filename) -> String (9214.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.ftype... -
Shell
:: CommandProcessor # split(pathname) -> [String] (9214.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param pathname パス名を表す文字列を指定します。
@see File.split...