るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. string to_d
  4. rsa d
  5. rsa d=

ライブラリ

クラス

キーワード

検索結果

URI::LDAP#scope -> String (63955.0)

自身の Scope を文字列で返します。

自身の Scope を文字列で返します。

RDoc::Context#find_enclosing_module_named(name) -> RDoc::NormalModule | nil (54952.0)

find a module at a higher scope

find a module at a higher scope

Module#using(module) -> self (45922.0)

引数で指定したモジュールで定義された拡張を現在のクラス、モジュールで有 効にします。

引数で指定したモジュールで定義された拡張を現在のクラス、モジュールで有
効にします。

有効にした拡張の有効範囲については以下を参照してください。

* https://docs.ruby-lang.org/en/master/syntax/refinements_rdoc.html#label-Scope

@param module 有効にするモジュールを指定します。

@see Module#refine, main.using