るりまサーチ

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

別のキーワード

  1. dependency types
  2. dependency name
  3. dependency name=
  4. dependency <=>

ライブラリ

クラス

キーワード

検索結果

Gem::Dependency#type -> Symbol (21101.0)

依存関係の型を返します。

依存関係の型を返します。

Gem::Dependency::TYPES -> Array (9100.0)

有効な依存関係の型を表す配列です。

有効な依存関係の型を表す配列です。

@see Gem::Specification::CURRENT_SPECIFICATION_VERSION

NEWS for Ruby 3.0.0 (54.0)

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

...is
introduced.
* {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
language for Ruby programs.
* {TypeProf}[rdoc-label:label-TypeProf] is experimentally bundled. It is a
type
analysis tool for Ruby programs.
* Deprecation warnings are no longer show...
...* JSON
* Update to JSON 2.5.0
* This version is Ractor compatible.
* Set
* Update to set 1.0.0
* SortedSet has been removed for dependency and performance reasons.
* Set#join is added as a shorthand for `.to_a.join`.
* Set#<=> is added.
* Socket
* Add :connect_timeout...
...uiring 'open-uri' no longer redefines `Kernel#open`. Call `URI.open` directly or `use URI#open` instead. 15893
* SortedSet has been removed for dependency and performance reasons.

== Stdlib compatibility issues

* Default gems
* The following libraries are promoted to default gems from stdl...