ライブラリ
- ビルトイン (316)
-
net
/ ftp (20) - openssl (12)
- pathname (60)
- rake (24)
- readline (36)
-
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ indexer (36) -
rubygems
/ installer (12) -
rubygems
/ package / tar _ reader / entry (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - socket (12)
- tmpdir (24)
クラス
- Dir (36)
-
Errno
:: EXXX (24) - File (60)
-
File
:: Stat (24) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: Indexer (36) -
Gem
:: Installer (12) -
Gem
:: Package :: TarReader :: Entry (12) - IO (12)
-
Net
:: FTP :: MLSxEntry (20) -
OpenSSL
:: ASN1 :: ObjectId (12) - Pathname (60)
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - Socket (12)
- SystemCallError (36)
キーワード
- Readline (12)
- Rubyの起動 (12)
- Stat (12)
- build (36)
- children (12)
-
close
_ on _ exec= (12) - delete (12)
-
dest
_ directory (12) - directory? (88)
-
directory
_ makable? (10) -
each
_ child (24) -
emacs
_ editing _ mode (12) - exec (12)
- exist? (24)
- fail (36)
-
file
_ create (12) - ftype (24)
- logger (12)
- mktmpdir (24)
- new (72)
- raise (36)
- rdoc (12)
- register (12)
-
relative
_ path _ from (12) - rename (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / uninstall _ command (12) - system (28)
-
test
/ unit (1) -
unix
_ server _ loop (12) - unlink (12)
- unpack (12)
-
vi
_ editing _ mode (12)
検索結果
先頭5件
-
Gem
:: Indexer # dest _ directory -> String (6101.0) -
インデックスを保存するディレクトリを返します。
インデックスを保存するディレクトリを返します。 -
Gem
:: Package :: TarReader :: Entry # directory? -> bool (6101.0) -
自身がディレクトリであれば、真を返します。 そうでない場合は、偽を返します。
自身がディレクトリであれば、真を返します。
そうでない場合は、偽を返します。 -
Net
:: FTP :: MLSxEntry # directory? -> bool (6101.0) -
エントリがディレクトリであれば true を返します。
エントリがディレクトリであれば true を返します。
Net::FTP::MLSxEntry#type が "dir"、 "pdir"、 "cdir"、
のいずれかであれば true を返します。 -
Net
:: FTP :: MLSxEntry # directory _ makable? -> bool (6101.0) -
ディレクトリを作成可能ならば true を返します。
ディレクトリを作成可能ならば true を返します。
Net::FTP#mkdir でディレクトリを作成可能かどうかを意味します。 -
Pathname
# relative _ path _ from(base _ directory) -> Pathname (141.0) -
base_directory から self への相対パスを求め、その内容の新しい Pathname オブジェクトを生成して返します。
...se_directory から self への相対パスを求め、その内容の新しい Pathname
オブジェクトを生成して返します。
パス名の解決は文字列操作によって行われ、ファイルシステムをアクセス
しません。
self が相対パスなら base_directory......が絶対パスなら
base_directory も絶対パスでなければなりません。
@param base_directory ベースディレクトリを表す Pathname オブジェクトを指定します。
@raise ArgumentError Windows上でドライブが違うなど、base_directory から self への相対... -
Pathname
# each _ child(with _ directory = true) -> Enumerator (124.0) -
self.children(with_directory).each と同じです。
...self.children(with_directory).each と同じです。
@param with_directory 偽を指定するとファイル名のみ返します。デフォルトは真です。
//emlist[例][ruby]{
require "pathname"
Pathname("/usr/local").each_child {|f| p f }
# => #<Pathname:/usr/local/bin>
# => #<Pathname... -
Pathname
# each _ child(with _ directory = true) {|pathname| . . . } -> [Pathname] (124.0) -
self.children(with_directory).each と同じです。
...self.children(with_directory).each と同じです。
@param with_directory 偽を指定するとファイル名のみ返します。デフォルトは真です。
//emlist[例][ruby]{
require "pathname"
Pathname("/usr/local").each_child {|f| p f }
# => #<Pathname:/usr/local/bin>
# => #<Pathname... -
Gem
:: Ext :: ConfigureBuilder . build(extension , directory , dest _ path , results) -> Array (107.0) -
@todo
...を実行して
Makefile を作成してから make を実行します。
@param extension このメソッドでは使用しません。
@param directory
@param dest_path
@param results コマンドの実行結果を格納します。破壊的に変更されます。
@see Gem::Ext::Builder.mak... -
Gem
:: Ext :: ExtConfBuilder . build(extension , directory , dest _ path , results) -> Array (107.0) -
@todo
...tconf.rb を実行して
Makefile を作成してから make を実行します。
@param extension ファイル名を指定します。
@param directory このメソッドでは使用していません。
@param dest_path ???
@param results コマンドの実行結果を格納します。破壊... -
Gem
:: Ext :: RakeBuilder . build(extension , directory , dest _ path , results) -> Array (107.0) -
@todo
...が存在する場合は、それを実行してから Rake を実行します。
@param extension ファイル名を指定します。
@param directory このメソッドでは使用していません。
@param dest_path ???
@param results コマンドの実行結果を格納します。破壊...