796件ヒット
[1-100件を表示]
(0.156秒)
ライブラリ
- mkmf (36)
-
net
/ ftp (120) - pathname (148)
- psych (24)
- rake (12)
-
rake
/ packagetask (12) -
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (48) -
rubygems
/ package / tar _ input (12) -
rubygems
/ package / tar _ writer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ spec _ fetcher (12) -
rubygems
/ specification (24) - shell (60)
-
shell
/ command-processor (48) -
shell
/ filter (48) -
webrick
/ httpresponse (12) -
webrick
/ httpserver (96)
クラス
-
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyInstaller (12) -
Gem
:: Installer (48) -
Gem
:: Package :: TarInput (12) -
Gem
:: Package :: TarWriter (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SpecFetcher (12) -
Gem
:: Specification (24) -
Net
:: FTP (120) - Pathname (148)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Document (12) -
RDoc
:: Options (36) -
Rake
:: PackageTask (12) - Shell (60)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (48) -
WEBrick
:: HTTPResponse (12) -
WEBrick
:: HTTPServer (60) -
WEBrick
:: HTTPServer :: MountTable (36)
モジュール
- Kernel (48)
キーワード
- [] (12)
- []= (12)
-
add
_ bindir (12) - bindir= (12)
-
cache
_ dir (12) - chdir (18)
- children (12)
- cleanpath (12)
- delete (12)
-
dir
_ config (12) - directory (12)
- directory? (18)
- dirname (18)
- download (12)
-
dummy
_ makefile (12) -
each
_ child (24) -
extract
_ entry (12) -
find
_ gems _ with _ sources (12) -
find
_ paths (12) - fnmatch (12)
- fnmatch? (12)
- foreach (18)
-
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) - glob (34)
-
install
_ rb (12) - list (24)
- ls (24)
- mkdir (42)
- mount (12)
-
mount
_ proc (24) - nlst (12)
-
op
_ dir= (12) - open (18)
-
package
_ dir= (12) -
page
_ dir= (12) - pushdir (6)
- realdirpath (12)
- realpath (24)
-
relative
_ path _ from (12) - rmdir (30)
-
set
_ redirect (12) -
start
_ document (12) -
tag
_ directives= (12) -
template
_ dir= (12) - umount (12)
- unlink (18)
- unmount (12)
- unpack (12)
検索結果
先頭5件
-
Net
:: FTP # dir(*args) -> [String] (21209.0) -
LIST コマンドを送信し、結果を返します。
...LIST コマンドを送信し、結果を返します。
ブロックとともに呼び出された場合は各行に対してブロックを
実行します。ブロックなしの場合には文字列の配列で結果を返します。
@param args LIST の引数を文字列で渡します。......ます。
@raise Net::FTPTempError 応答コードが 4yz のときに発生します。
@raise Net::FTPPermError 応答コードが 5yz のときに発生します。
@raise Net::FTPProtoError 応答コードが RFC 的に正しくない場合に発生します。
@raise Net::FTPReplyError 応答... -
Net
:: FTP # dir(*args) {|line| . . . } -> nil (21109.0) -
LIST コマンドを送信し、結果を返します。
...LIST コマンドを送信し、結果を返します。
ブロックとともに呼び出された場合は各行に対してブロックを
実行します。ブロックなしの場合には文字列の配列で結果を返します。
@param args LIST の引数を文字列で渡します。......ます。
@raise Net::FTPTempError 応答コードが 4yz のときに発生します。
@raise Net::FTPPermError 応答コードが 5yz のときに発生します。
@raise Net::FTPProtoError 応答コードが RFC 的に正しくない場合に発生します。
@raise Net::FTPReplyError 応答... -
Pathname
# realdirpath(basedir = nil) -> Pathname (15407.0) -
Pathname#realpath とほぼ同じで、最後のコンポーネントは実際に 存在しなくてもエラーになりません。
...Pathname#realpath とほぼ同じで、最後のコンポーネントは実際に
存在しなくてもエラーになりません。
@param basedir ベースディレクトリを指定します。省略するとカレントディレクトリになります。
//emlist[例][ruby]{
require "pathna......path = Pathname("/not_exist")
path.realdirpath # => #<Pathname:/not_exist>
path.realpath # => Errno::ENOENT
# 最後ではないコンポーネント(/not_exist_1)も存在しないのでエラーになる。
path = Pathname("/not_exist_1/not_exist_2")
path.realdirpath # => Errno::ENOENT
//......}
@see Pathname#realpath... -
RDoc
:: Options # template _ dir=(val) (15308.0) -
コマンドライン引数の --template オプションで指定したテンプレートに対応 するディレクトリを設定します。
...コマンドライン引数の --template オプションで指定したテンプレートに対応
するディレクトリを設定します。
@param val パスを文字列で指定します。... -
Kernel
# directory(dir) -> () (12314.0) -
与えられたディレクトリを作成するタスクを定義します。
...与えられたディレクトリを作成するタスクを定義します。
@param dir 作成するディレクトリを指定します。
例:
directory 'testdata/doc'... -
Psych
:: Nodes :: Document # tag _ directives=(tags) (12307.0) -
tag directive の配列を設定します。
...tag directive の配列を設定します。
@param tags 設定する tag directive の配列
@see Psych::Nodes::Document#tag_directives,
Psych::Nodes::Document.new... -
WEBrick
:: HTTPResponse # set _ redirect(status , url) -> () (12213.0) -
指定された url にリダイレクトするためのヘッダと内容(エンティティボディ)を 設定し例外 status を発生させます。
...ためのヘッダと内容(エンティティボディ)を
設定し例外 status を発生させます。
@param status WEBrick::HTTPStatus::Redirect を指定します。
@param url URL を指定します。
例:
require 'webrick'
res.set_redirect WEBrick::HTTPStatus::TemporaryRedirect... -
Shell
# directory?(file) -> bool (12207.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
:: CommandProcessor # directory?(file) -> bool (12207.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?... -
Shell
:: Filter # directory?(file) -> bool (12207.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#directory?...