1524件ヒット
[1-100件を表示]
(0.036秒)
ライブラリ
- ビルトイン (124)
- csv (144)
- fileutils (439)
- json (24)
- open-uri (40)
- openssl (12)
- optparse (12)
- rake (24)
-
rdoc
/ generator / json _ index (12) -
rdoc
/ parser (12) -
rdoc
/ parser / c (12) -
rdoc
/ parser / ruby (12) -
rdoc
/ parser / simple (12) -
rubygems
/ commands / which _ command (12) - syslog (24)
- tempfile (55)
-
webrick
/ httpservlet / filehandler (24) -
webrick
/ ssl (12)
クラス
- CSV (144)
-
OpenSSL
:: SSL :: SSLContext (12) - OptionParser (12)
-
RDoc
:: Generator :: JsonIndex (12) -
RDoc
:: Options (48) -
RDoc
:: Parser (12) -
RDoc
:: Parser :: C (12) -
RDoc
:: Parser :: Ruby (12) -
RDoc
:: Parser :: Simple (12) -
Rake
:: FileTask (24) -
RubyVM
:: InstructionSequence (48) - Tempfile (55)
-
WEBrick
:: HTTPServlet :: FileHandler (24)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - FileUtils (12)
- Marshal フォーマット (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 3
. 0 . 0 (5) - SSL (12)
- WhichCommand (12)
-
all
_ one _ file (12) - cd (24)
- chdir (24)
- chmod (12)
-
chmod
_ R (12) - chown (12)
-
chown
_ R (12) - compile (12)
-
compile
_ file (12) -
compile
_ option= (12) - copy (12)
- cp (12)
-
cp
_ lr (7) -
cp
_ r (12) - create (22)
-
do
_ OPTIONS (12) - fileboxes (12)
- files (12)
- filter (36)
- foreach (24)
-
inline
_ source (12) - install (12)
- irb (12)
- link (12)
- ln (12)
-
ln
_ s (12) -
ln
_ sf (12) - load (12)
-
load
_ file (12) -
load
_ file! (12) - makedirs (12)
- mkdir (12)
-
mkdir
_ p (12) - mkpath (12)
- move (12)
- mv (12)
- needed? (12)
- new (95)
- open (86)
- open! (12)
-
open
_ uri (24) - optparse (12)
-
parser
_ for (12) - rake (12)
- rdoc (12)
-
rdoc
/ parser (12) - read (12)
- readlines (12)
- remove (12)
- reopen (12)
- rm (12)
-
rm
_ f (12) -
rm
_ r (12) -
rm
_ rf (12) - rmdir (12)
- rmtree (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
safe
_ unlink (12) -
set
_ params (12) - spawn (48)
- symlink (12)
- system (28)
-
test
/ unit (1) - touch (12)
- uptodate? (12)
検索結果
先頭5件
-
FileUtils
. options -> Array (21107.0) -
オプション名の配列を返します。
...オプション名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options
# => ["verbose", "mode", "noop", "parents", "force", "preserve", "dereference_root", "remove_destination", "secure", "mtime", "nocreate"]
//}......オプション名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options
# => ["noop", "verbose", "force", "mode", "parents", "owner", "group", "preserve", "dereference_root", "remove_destination", "secure", "mtime", "nocreate"]
//}... -
RDoc
:: Options # all _ one _ file -> bool (9117.0) -
コマンドライン引数の --one-file を指定していた場合、もしくは --fmt オプ ションに xml 指定した場合に true を返します。そうでない場合は false を 返します。
...コマンドライン引数の --one-file を指定していた場合、もしくは --fmt オプ
ションに xml 指定した場合に true を返します。そうでない場合は false を
返します。... -
WEBrick
:: HTTPServlet :: FileHandler # do _ OPTIONS(request , response) -> () (9117.0) -
OPTIONS リクエストを処理します。
...
OPTIONS リクエストを処理します。
@param request クライアントからのリクエストを表す WEBrick::HTTPRequest オブジェクトです。
@param response クライアントへのレスポンスを表す WEBrick::HTTPResponse オブジェクトです。
@raise WEBrick::HTTP... -
FileUtils
. options _ of(mid) -> Array (9107.0) -
与えられたメソッド名で使用可能なオプション名の配列を返します。
...与えられたメソッド名で使用可能なオプション名の配列を返します。
@param mid メソッド名を指定します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options_of(:rm) # => ["noop", "verbose", "force"]
//}... -
RDoc
:: Options # fileboxes -> bool (9100.0) -
コマンドライン引数の --diagram オプション、--fileboxes オプションを指定 していた場合、true を返します。そうでない場合は false を返します。
...コマンドライン引数の --diagram オプション、--fileboxes オプションを指定
していた場合、true を返します。そうでない場合は false を返します。... -
RDoc
:: Options # files -> [String] (9100.0) -
解析するファイルの一覧を文字列の配列で返します。
解析するファイルの一覧を文字列の配列で返します。 -
RubyVM
:: InstructionSequence . compile _ file(file , options = nil) -> RubyVM :: InstructionSequence (6343.0) -
引数 file で指定した Ruby のソースコードを元にコンパイル済みの RubyVM::InstructionSequence オブジェクトを作成して返します。
... file で指定した Ruby のソースコードを元にコンパイル済みの
RubyVM::InstructionSequence オブジェクトを作成して返します。
RubyVM::InstructionSequence.compile とは異なり、file、path などの
メタデータは自動的に取得します。
@param file......ファイル名を文字列で指定します。
@param options コンパイル時のオプションを true、false、Hash オブ
ジェクトのいずれかで指定します。詳細は
RubyVM::InstructionSequence.compile_option= を参照
してく......ださい。
# /tmp/hello.rb
puts "Hello, world!"
# irb
RubyVM::InstructionSequence.compile_file("/tmp/hello.rb")
# => <RubyVM::InstructionSequence:<main>@/tmp/hello.rb>
@see RubyVM::InstructionSequence.compile... -
JSON
. # load _ file!(filespec , opts = {}) -> object (6207.0) -
filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。
...
filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。
@param filespec ファイル名を指定します。
@param options オプションをハッシュで指定します。指定可能なオプションは JSON.#parse! と同様で... -
JSON
. # load _ file(filespec , opts = {}) -> object (6207.0) -
filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。
...
filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。
@param filespec ファイル名を指定します。
@param options オプションをハッシュで指定します。指定可能なオプションは JSON.#parse と同様で...