るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.014秒)
トップページ > クエリ:requires[x]

別のキーワード

  1. context requires
  2. rdoc/context requires
  3. requires rdoc/context
  4. requires rdoc::require
  5. requires rdoc::context

検索結果

RDoc::Context#requires -> [RDoc::Require] (18101.0)

追加された RDoc::Require の配列を返します。

追加された RDoc::Require の配列を返します。

Gem::DependencyInstaller::DEFAULT_OPTIONS -> Hash (6.0)

自身を初期化する際に使用するデフォルトのオプションです。

...g => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenSSL. AlmostNo? Low?
:wrappers => true...

NEWS for Ruby 2.0.0 (6.0)

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

...T_EMPTY_FRAGMENTS
instead of OpenSSL::SSL::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...

rubygems/commands/lock_command (6.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...o ensure that the current
versions are loaded. Make sure that lockdown.rb is loaded *before* any
other require statements.

Notice that rails 1.0.0 only requires that rake 0.6.2 or better be used.
Rake-0.7.0.1 is the most recent version installed that satisfies that, s...