るりまサーチ

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dsa g=
  5. dh g

モジュール

検索結果

<< < ... 6 7 8 >>

Gem::SourceInfoCache.reset -> nil (6000.0)

自身の内容をクリアします。

自身の内容をクリアします。

Gem::DependencyInstaller.new(options = {}) -> Gem::DependencyInstaller (3106.0)

自身を初期化します。

...プションとして以下のものを利用できます。

: :cache_dir
*.gem ファイルを保存するディレクトリを指定します。
: :domain
:local (カレントディレクトリのみ検索します), :remote (Gem.sources を検索します),
:both (:local, :remote の両方...
...指定可能です。
: :env_shebang
G
em::Installer.new を参照してください。
: :force
バージョンチェックとセキュリティポリシーのチェックを行わずにインストールを実行します。
ただし、署名付きの Gem のみをインストールするポ...
...合は上記のチェックを
実行します。
: :format_executable
G
em::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールしません。
: :install_dir
G
em をインストールするディレクトリです。
: :security_p...

Gem::Installer#install -> Gem::Specification (3106.0)

Gem をインストールします。

...
G
em をインストールします。

以下のディレクトリ構造で Gem をインストールします。

@gem_home/
cache
/<gem-version>.gem #=> インストールした Gem のコピー
g
ems/<gem-version>/... #=> インストール時に展開した...
.../<gem-version>.gemspec #=> gemspec ファイル

@return ロードされた Gem::Specification のインスタンスを返します。

@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。

@raise Gem::InstallError 要求された RubyGe...
...ms のバージョンを満たしていない場合に発生します。

@raise Gem::InstallError Zlib::GzipFile::Error が発生した場合に発生します。...

Gem::Installer (3006.0)

Gem::Installer は Gem を展開し、 Gem に含まれていたファイルを ファイルシステム上の正しい位置に配置します。

...Gem::Installer は Gem を展開し、 Gem に含まれていたファイルを
ファイルシステム上の正しい位置に配置します。

また、gemspec を specifications ディレクトリに、キャッシュを cache ディレクトリに、
実行ファイルやシンボリック...

NEWS for Ruby 3.0.0 (30.0)

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

...* Keyword arguments are now separated from positional arguments.
Code that resulted in deprecation warnings in Ruby 2.7 will now
result in ArgumentError or different behavior. 14183
* Procs accepting a single rest argument and keywords are no longer
subject to autosplatting. This now...
...accepting a single rest argument and no keywords.
16166

//emlist[][ruby]{
pr = proc{|*a, **kw| [a, kw]}

pr.call([1])
# 2.7 => [[1], {}]
# 3.0 => [[[1]], {}]

pr.call([1, {a: 1}])
# 2.7 => [[1], {:a=>1}] # and deprecation warning
# 3.0 => a=>1}, {}]
//}

* Arguments forwarding (`...`) now...
...ely. This feature is designed by referring to Python's buffer protocol. 13767 14722
* Ractor related C APIs are introduced (experimental) in "include/ruby/ractor.h".

== Implementation improvements

* New method cache mechanism for Ractor. 16614
* Inline method caches pointed from ISeq can b...

絞り込み条件を変える

<< < ... 6 7 8 >>