るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rational to_d
  4. _builtin $-d
  5. bigdecimal to_d

キーワード

検索結果

Gem::SourceIndex#search(gem_pattern, platform_only = false) -> [Gem::Specification] (90910.0)

引数で指定された条件を満たす Gem のリストを返します。

引数で指定された条件を満たす Gem のリストを返します。

@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。

@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。

Gem::GemPathSearcher#find(path) -> Gem::Specification | nil (36655.0)

与えられたパスにマッチする Gem::Specification を一つだけ返します。

与えられたパスにマッチする Gem::Specification を一つだけ返します。

@see Enumerable#find

Gem::GemPathSearcher#find_all(path) -> [Gem::Specification] (36655.0)

与えられたパスにマッチする Gem::Specification を全て返します。

与えられたパスにマッチする Gem::Specification を全て返します。

@see Enumerable#find_all