るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.056秒)
トップページ > バージョン:2.6.0[x] > クエリ:IO[x] > クエリ:on[x] > 種類:定数[x] > クエリ:Version[x] > クエリ:Requirement[x]

別のキーワード

  1. optionparser on
  2. optparse on
  3. tracer on
  4. thread abort_on_exception=
  5. thread abort_on_exception

ライブラリ

クラス

検索結果

Gem::Version::Requirement -> Class (81409.0)

Gem::Requirement のエイリアスです。

Gem::Requirement のエイリアスです。

//emlist[][ruby]{
p Gem::Version::Requirement == Gem::Requirement # => true
//}