ライブラリ
- ビルトイン (643)
- base64 (24)
- csv (48)
- erb (24)
-
net
/ ftp (48) - openssl (72)
- optparse (36)
- psych (94)
- rake (48)
-
rake
/ loaders / makefile (12) - readline (36)
- resolv (12)
- ripper (24)
-
ripper
/ filter (12) -
ripper
/ lexer (24) -
ripper
/ sexp (24) -
rubygems
/ commands / build _ command (24) -
rubygems
/ indexer (12) -
rubygems
/ installer (48) -
rubygems
/ specification (12) - shell (78)
-
shell
/ builtin-command (24) -
shell
/ command-processor (78) -
shell
/ filter (78) - tracer (24)
-
webrick
/ httpresponse (12) -
webrick
/ httpservlet / filehandler (12) -
webrick
/ httputils (36) - win32ole (72)
- zlib (204)
クラス
-
ARGF
. class (168) - BasicObject (24)
- CSV (48)
- ERB (24)
- Exception (12)
- File (235)
-
Gem
:: Commands :: BuildCommand (24) -
Gem
:: Indexer (12) -
Gem
:: Installer (48) -
Gem
:: Specification (12) - IO (168)
-
Net
:: FTP (48) -
OpenSSL
:: Config (24) - OptionParser (36)
-
Rake
:: DefaultLoader (12) -
Rake
:: FileList (24) -
Rake
:: MakefileLoader (12) -
Resolv
:: Hosts (12) - Ripper (72)
-
Ripper
:: Filter (12) - Shell (78)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: Cat (6) -
Shell
:: CommandProcessor (78) -
Shell
:: Filter (78) -
Shell
:: Tee (6) - Tracer (24)
-
WEBrick
:: HTTPResponse (12) -
WEBrick
:: HTTPServlet :: DefaultFileHandler (12) -
WEBrick
:: HTTPUtils :: FormData (24) - WIN32OLE (12)
-
WIN32OLE
_ METHOD (12) -
WIN32OLE
_ PARAM (36) -
Zlib
:: GzipReader (24) -
Zlib
:: GzipWriter (180)
モジュール
- Base64 (24)
- Enumerable (12)
- Kernel (36)
-
OpenSSL
:: Random (48) - Psych (94)
- Readline (36)
-
WEBrick
:: HTTPUtils (12)
キーワード
-
$ @ (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - << (12)
-
FILENAME
_ COMPLETION _ PROC (12) -
WIN32OLE
_ PARAM (12) - atime (30)
- backtrace (12)
- basename (30)
- birthtime (11)
- chmod (30)
- chown (30)
- chunk (12)
- close (12)
- closed? (12)
- comment= (12)
- compress (12)
- ctime (30)
-
def
_ class (12) -
def
_ module (12) - delete (42)
- dirname (30)
- each (48)
-
each
_ byte (24) -
each
_ char (24) -
each
_ line (48) - egd (12)
-
egd
_ bytes (12) - egrep (12)
- extname (12)
- filename= (24)
-
filename
_ quote _ characters (12) -
filename
_ quote _ characters= (12) - flush (12)
-
formatted
_ program _ filename (12) - ftype (30)
-
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) - identical? (12)
- import (12)
- include (12)
-
instance
_ eval (24) - invoke (12)
- lchmod (12)
- lchown (12)
- lex (12)
- load (87)
-
load
_ file (12) -
load
_ gemspecs (12) -
load
_ random _ file (12) -
load
_ stream (24) - lstat (30)
- lutime (8)
-
make
_ partial _ content (12) - mdtm (12)
-
mime
_ type (12) - mtime (42)
- mtime= (12)
- name (12)
- new (84)
- open (96)
- optional? (12)
-
orig
_ name= (12) - params (12)
- parse (24)
-
parse
_ file (12) - path (12)
- popen (168)
- print (12)
- printf (12)
-
program
_ name (12) -
program
_ name= (12) - putc (12)
- puts (12)
- rm (18)
-
ruby 1
. 6 feature (12) - rubygems (12)
-
safe
_ load (19) -
set
_ get _ line _ procs (24) - sexp (12)
-
sexp
_ raw (12) - size (12)
- stat (30)
-
to
_ s (12) - tokenize (12)
- unlink (12)
-
urlsafe
_ decode64 (12) -
urlsafe
_ encode64 (12) - utime (30)
- wrap (24)
- write (12)
-
write
_ random _ file (12) - yaml? (12)
検索結果
先頭5件
-
WEBrick
:: HTTPUtils :: FormData # filename -> String | nil (18136.0) -
フォームデータの filename 属性を文字列で表すアクセサです。
...ォームデータの filename 属性を文字列で表すアクセサです。
@param value フォームデータの filename 属性を文字列で指定します。
例:
require "webrick/cgi"
class MyCGI < WEBrick::CGI
def do_GET(req, res)
p req.query['q'].filename #=> "my_file.txt"... -
Gem
:: Installer # formatted _ program _ filename(filename) -> String (6214.0) -
Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。
...Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。
@param filename 実行ファイルのファイル名を指定します。... -
WEBrick
:: HTTPUtils :: FormData # filename=(value) (6136.0) -
フォームデータの filename 属性を文字列で表すアクセサです。
...ォームデータの filename 属性を文字列で表すアクセサです。
@param value フォームデータの filename 属性を文字列で指定します。
例:
require "webrick/cgi"
class MyCGI < WEBrick::CGI
def do_GET(req, res)
p req.query['q'].filename #=> "my_file.txt"... -
Readline
. filename _ quote _ characters=(string) (6125.0) -
ユーザの入力時にファイル名の補完を行う際、スペースなどの単語の区切りを クオートするための複数の文字で構成される文字列 string を指定します。
...数の文字で構成される文字列 string を指定します。
GNU Readline のデフォルト値は nil(NULL) です。
@param string 文字列を指定します。
@raise NotImplementedError サポートしていない環境で発生します。
@see Readline.filename_quote_characters... -
Readline
. filename _ quote _ characters -> String (6119.0) -
ユーザの入力時にファイル名の補完を行う際、スペースなどの単語の区切りを クオートするための複数の文字で構成される文字列を取得します。
...ファイル名の補完を行う際、スペースなどの単語の区切りを
クオートするための複数の文字で構成される文字列を取得します。
@raise NotImplementedError サポートしていない環境で発生します。
@see Readline.filename_quote_characters=... -
Kernel
$ $ @ -> [String] | nil (6112.0) -
最後に例外が発生した時のバックトレースを表す配列です。 Kernel.#raise によって設定されます。
...式は
"filename:line"
または
"filename:line:in `methodname'"
です。これは Kernel.#caller が返す値と同じ形式です。
$@ へ値を代入するときは、$! が nil であってはいけません。
$@ の値は、$!.backtrace の値と同じです。
また、$@ への代... -
Readline
:: FILENAME _ COMPLETION _ PROC -> Proc (6107.0) -
GNU Readline で定義されている関数を使用してファイル名の補完を行うための Proc オブジェクトです。 Readline.completion_proc= で使用します。
...GNU Readline で定義されている関数を使用してファイル名の補完を行うための
Proc オブジェクトです。
Readline.completion_proc= で使用します。
@see Readline.completion_proc=... -
WEBrick
:: HTTPResponse # filename=(file) (6107.0) -
自身の内容があるファイルのそれである場合に、そのファイル名をセットします。 デフォルトは nil です。
...自身の内容があるファイルのそれである場合に、そのファイル名をセットします。
デフォルトは nil です。
@param file ファイル名を表す文字列です。... -
File
. identical?(filename1 , filename2) -> bool (226.0) -
FileTest.#identical? と同じです。
...FileTest.#identical? と同じです。
@param filename1 パスを表す文字列か IO オブジェクトを指定します。
@param filename2 パスを表す文字列か IO オブジェクトを指定します。...