740件ヒット
[1-100件を表示]
(0.048秒)
ライブラリ
- ビルトイン (228)
- csv (108)
- fileutils (12)
-
net
/ http (12) - open-uri (24)
- openssl (12)
- rake (24)
-
rubygems
/ security (12) - tempfile (55)
-
webrick
/ ssl (12)
クラス
- CSV (108)
-
Encoding
:: Converter (48) -
Gem
:: Security :: Policy (12) -
Net
:: HTTP (12) -
OpenSSL
:: SSL :: SSLContext (12) -
RDoc
:: Options (60) -
RubyVM
:: InstructionSequence (36) - Tempfile (55)
モジュール
- FileUtils (12)
- Kernel (144)
- OpenURI (24)
- Rake (24)
-
WEBrick
:: Config (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
NEWS for Ruby 2
. 0 . 0 (12) - SSL (12)
- application (12)
- application= (12)
- compile (12)
-
compile
_ file (12) - create (22)
- exec (48)
- foreach (24)
- irb (12)
- mkpath (12)
- new (59)
- open (70)
-
open
_ uri (24) -
page
_ dir (12) - rdoc (12)
-
rdoc
/ generator / json _ index (12) - read (12)
- readlines (12)
- root (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) - rubygems (12)
-
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ security (12) -
sanitize
_ path (12) -
search
_ convpath (12) -
set
_ params (12) - spawn (48)
-
static
_ path (12) -
static
_ path= (12) - system (48)
- table (12)
-
test
/ unit (1) -
trusted
_ cert _ path (12) -
webrick
/ cgi (12)
検索結果
先頭5件
-
RDoc
:: Options (18060.0) -
rdoc コマンドのオプションを解析するためのクラスです。
...のオプションの詳細に関しては、lib:rdoc#usage を参照してくだ
さい。
===[a:custom_options] カスタムオプション
RDoc のジェネレータでは、RDoc::Options をフックして独自の
オプションを指定できます。
Object::ARGV に --format が含ま......self
def self.setup_options rdoc_options
op = rdoc_options.option_parser
op.on('--spell-dictionary DICTIONARY',
RDoc::Options::Path) do |dictionary|
# RDoc::Options に spell_dictionary アクセサの定義が必要
rdoc_options.spell_dictionary = dicti... -
RDoc
:: Options # sanitize _ path(path) (9202.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
RDoc
:: Options # static _ path -> [String] (9101.0) -
コマンドライン引数の --copy-files オプションで指定したパスの一覧を返し ます。
コマンドライン引数の --copy-files オプションで指定したパスの一覧を返し
ます。 -
RDoc
:: Options # static _ path=(vals) (9101.0) -
コマンドライン引数の --copy-files オプションと同様の指定を行います。
コマンドライン引数の --copy-files オプションと同様の指定を行います。
@param vals パスを文字列の配列で指定します。 -
Net
:: HTTP # options(path , initheader = nil) -> Net :: HTTPResponse (6246.0) -
サーバの path に OPTIONS リクエストを ヘッダが initheader として送り、 レスポンスを Net::HTTPResponse のオブジェクト で返します。
...サーバの path に OPTIONS リクエストを
ヘッダが initheader として送り、
レスポンスを Net::HTTPResponse のオブジェクト
で返します。
@param path リクエストを送るパスを文字列で与えます。
@param initheader リクエストのヘッダを「文......字列=>文字列」の
ハッシュで与えます。
@see Net::HTTP::Options... -
Gem
:: Security :: Policy . trusted _ cert _ path(cert , options) -> String (6208.0) -
与えられた証明書へのパスを返します。
...与えられた証明書へのパスを返します。
@param cert 証明書オブジェクトを指定します。
@param options その他のオプションを指定します。... -
Encoding
:: Converter . search _ convpath(source _ encoding , destination _ encoding , options) -> Array (6207.0) -
引数で指定した文字エンコーディングの変換の経路を配列にして返します。
...ます。
@param options 変換の詳細を指定する定数やハッシュを指定します。
Encoding::Converter.new と同じオプションが指定でき
ます。
//emlist[][ruby]{
p Encoding::Converter.search_convpath("ISO-8859-1", "EUC-JP")
# =>......#<Encoding:UTF-8>],
# [#<Encoding:UTF-8>, #<Encoding:EUC-JP>]]
p Encoding::Converter.search_convpath("ISO-8859-1", "EUC-JP", universal_newline: true)
# or
p Encoding::Converter.search_convpath("ISO-8859-1", "EUC-JP", newline: :universal)
# => [[#<Encoding:ISO-8859-1>, #<Encoding:UTF-8>],
#......#<Encoding:UTF-8>, #<Encoding:EUC-JP>],
# "universal_newline"]
p Encoding::Converter.search_convpath("ISO-8859-1", "UTF-32BE", universal_newline: true)
# or
p Encoding::Converter.search_convpath("ISO-8859-1", "UTF-32BE", newline: :universal)
# => [[#<Encoding:ISO-8859-1>, #<Encoding:UTF-8>],
#... -
FileUtils
. # mkpath(list , options = {}) -> Array (3215.0) -
ディレクトリ dir とその親ディレクトリを全て作成します。
...。一つの場合は文字列でも指定できます。
二つ以上指定する場合は配列で指定します。
@param options :mode, :noop, :verbose が指定できます。
c:FileUtils#options
@return ディレクトリ名文字列の配列を返します。... -
RDoc
:: Options # page _ dir -> Pathname | nil (3100.0) -
コマンドライン引数の --page-dir オプションで指定したディレクトリを返し ます。
コマンドライン引数の --page-dir オプションで指定したディレクトリを返し
ます。
指定されていない場合は nil を返します。