るりまサーチ

最速Rubyリファレンスマニュアル検索!
93件ヒット [1-93件を表示] (0.036秒)

別のキーワード

  1. option linger
  2. option int
  3. option bool
  4. getoptlong get_option
  5. getoptlong each_option

検索結果

RDoc::Options#files -> [String] (21101.0)

解析するファイルの一覧を文字列の配列で返します。

解析するファイルの一覧を文字列の配列で返します。

CGI::Session::FileStore.new(session, option = {}) -> CGI::Session::FileStore (3207.0)

自身を初期化します。

...
ユーザが明示的に呼び出す必要はありません。

@param session CGI::Session のインスタンスを指定します。

@param option ハッシュを指定します。

以下の文字列をキーとして指定することができます。

: tmpdir
セッションデー...

RDoc::Options#static_path -> [String] (3016.0)

コマンドライン引数の --copy-files オプションで指定したパスの一覧を返し ます。

...コマンドライン引数の --copy-files オプションで指定したパスの一覧を返し
ます。...

RDoc::Options#static_path=(vals) (3016.0)

コマンドライン引数の --copy-files オプションと同様の指定を行います。

...コマンドライン引数の --copy-files オプションと同様の指定を行います。

@param vals パスを文字列の配列で指定します。...

CGI::Session::PStore.new(session, option = {}) -> CGI::Session::FileStore (207.0)

自身を初期化します。

...
ユーザが明示的に呼び出す必要はありません。

@param session CGI::Session のインスタンスを指定します。

@param option ハッシュを指定します。

以下の文字列をキーとして指定することができます。

: tmpdir
セッションデー...

絞り込み条件を変える

NEWS for Ruby 3.0.0 (42.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...and line options

=== `--help` option

When the environment variable `RUBY_PAGER` or `PAGER` is present and has
a non-empty value, and the standard input and output are tty, the `--help`
option
shows the help message via the pager designated by the value.
16754

=== `--backtrace-limit` option

The `...
...--backtrace-limit` option limits the maximum length of a backtrace.
8661

== Core classes updates

Outstanding ones only.

* Array
* The following methods now return Array instances instead of subclass instances when called on subclass instances: 6087
* Array#drop
* Array#drop_whil...
...esses on branches and method returns.
* Optimize C method calls a little.
* Compilation process improvements
* It does not keep temporary files in /tmp anymore.
* Throttle GC and compaction of JIT-ed code.
* Avoid GC-ing JIT-ed code when not necessary.
* GC-ing JIT-ed code is e...

ruby 1.8.4 feature (30.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...uby-core:06721>))

: test [bug]

#Wed Nov 23 01:22:57 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * file.c (test_identical): test if two files are identical.
#
# * file.c (rb_f_test): support DOSISH systems where st_ino is not
# reliable. fixed: [ruby-core:06672]
#
#...
...n.rb, ext/tk/lib/tk/scale.rb,
# ext/tk/lib/tk/spinbox.rb, ext/tk/lib/tk/text.rb,
# ext/tk/lib/tk/toplevel.rb: improve conversion of option values.
#
# * ext/tk/lib/tkextlib/*: ditto.
#

ウィジェットオブジェクトの属性参照をした場合に属性値として...
...18:55:43 2005 NAKAMURA Usaku <usa@ruby-lang.org>
#
# * ext/socket/socket.c (init_inetsock_internal): remove setting
# SO_REUSEADDR option on server socket on Cygwin.
# fixed: [ruby-core:6765] ([ ruby-Bugs-2872 ])
#

Cygwinの場合のみ、使用中socketに対する再a...

rubygems/commands/generate_index_command (30.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...ックスを作成するためのライブラリです。

Usage: gem generate_index [options]
Option
s:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプを表示します...
...the index files for a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a set of files like...
...this:

gems/ # .gem files you want to
index
quick/index
quick/index.rz # quick index manifest
quick/<gemname>.gemspec.rz # legacy YAML quick index
file
quic...

NEWS for Ruby 2.0.0 (18.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...した。

* Signal.trap
* 上を参照

* Onigmo をマージしました。
https://github.com/k-takata/Onigmo

* The :close_others option is true by default for system() and exec().
Also, the close-on-exec flag is set by default for all new file descriptors.
This means file...
...ttempts.
* Support for "0/n" splitting of records as BEAST mitigation via
OpenSSL::SSL::OP_DONT_INSERT_EMPTY_FRAGMENTS.
* The default options for OpenSSL::SSL::SSLContext have changed to
OpenSSL::SSL::OP_ALL & ~OpenSSL::SSL::OP_DONT_INSERT_EMPTY_FRAGMENTS
instead of OpenSSL...
...SL::OP_ALL only. This enables the countermeasure for
the BEAST attack by default.
* OpenSSL requires passwords for decrypting PEM-encoded files to be at least
four characters long. This led to awkward situations where an export with
a password with fewer than four characters wa...

test/unit (18.0)

ユニットテストを行うためのライブラリです。

...y test_foo.rb --help
Usage: test_foo [options]
minitest options:
-h, --help Display this help.
-s, --seed SEED Sets random seed
-v, --verbose Verbose. Show progress processing files.
-n, --name PATTERN...
...Path to ruby; It'll have used at -j option
-q, --hide-skip Hide skipped tests
-b, --basedir=DIR Base directory of test suites.
-x, --exclude PATTERN Exclude test files on pattern.
-Idirectory A...

絞り込み条件を変える