ライブラリ
- ビルトイン (36)
-
cgi
/ html (24) - csv (12)
- mkmf (36)
-
net
/ http (24) - nkf (12)
- resolv (24)
-
rexml
/ document (72) -
rexml
/ sax2listener (12) - un (12)
クラス
-
Net
:: HTTP (24) - Proc (12)
-
REXML
:: Instruction (60) -
Resolv
:: DNS :: Resource :: IN :: SRV (24)
モジュール
-
CGI
:: HtmlExtension (24) - Kernel (48)
-
REXML
:: SAX2Listener (12)
キーワード
- == (12)
- BasicObject (12)
- CSV (12)
- Instruction (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) - NKF (12)
- RegexpError (12)
- a (24)
- content (12)
-
create
_ makefile (12) -
dir
_ config (12) - ln (12)
- mkmf (12)
- modified? (12)
- new (24)
- post (24)
-
processing
_ instruction (12) -
rubygems
/ commands / unpack _ command (12) -
source
_ location (12) - target= (12)
- tsort (12)
- un (12)
- yaml (12)
検索結果
-
REXML
:: Instruction # ==(other) -> bool (6.0) -
other と self が同じ 処理命令である場合に真を返します。
...other と self が同じ 処理命令である場合に真を返します。
同じとは、 REXML::Instruction#target と REXML::Instruction#content
が一致することを意味します。
@param other 比較対象... -
RegexpError (6.0)
-
正規表現のコンパイルに失敗したときに発生します。
...正規表現のコンパイルに失敗したときに発生します。
例:
$ ruby -e 'Regexp.compile("*")'
-e:1:in `initialize': target of repeat operator is not specified: /*/ (RegexpError)
from -e:1:in `Regexp#compile'
from -e:1... -
rubygems
/ commands / unpack _ command (6.0) -
指定された Gem パッケージをカレントディレクトリに展開するためのライブラリです。
...をカレントディレクトリに展開するためのライブラリです。
Usage: gem unpack GEMNAME [options]
Options:
--target 展開先のディレクトリを指定します
-v, --version VERSION 展開する Gem パッケージのバ... -
un (6.0)
-
Unix の基本コマンドの代替となるユーティリティ。
...より二重にワイルドカード展開されます)。
=== 使い方:
ruby -run -e cp -- [-prv] SOURCE DEST
ruby -run -e ln -- [-sfv] TARGET LINK_NAME
ruby -run -e mv -- [-v] SOURCE DEST
ruby -run -e rm -- [-frv] FILE
ruby -run -e mkdir -- [-pv] DIRS
ruby -run -e rmdir -- [-v...