るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
9件ヒット [1-9件を表示] (0.107秒)
トップページ > 種類:インスタンスメソッド[x] > バージョン:2.4.0[x] > クエリ:at[x] > クラス:RDoc::Context[x]

別のキーワード

  1. _builtin at
  2. _builtin values_at
  3. time at
  4. dbm values_at
  5. csv values_at

検索結果

RDoc::Context#add_attribute(an_attribute) -> () (18607.0)

引数で指定した RDoc::Attr オブジェクトを追加します。

引数で指定した RDoc::Attr オブジェクトを追加します。

@param an_attribute RDoc::Attr オブジェクトを指定します。

RDoc::Context#attributes -> [RDoc::Attr] (18607.0)

追加された RDoc::Attr の配列を返します。

追加された RDoc::Attr の配列を返します。

RDoc::Context#each_attribute {|a| ... } -> [RDoc::Attr] (18607.0)

追加された RDoc::Attr に対してブロックを評価します。

追加された RDoc::Attr に対してブロックを評価します。

RDoc::Context#record_location(toplevel) (18307.0)

Record the file that we happen to find it in

Record the file that we happen to find it in

RDoc::Context#unmatched_alias_lists -> {String => RDoc::Alias} (18307.0)

メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を返します。

メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を返します。

絞り込み条件を変える

RDoc::Context#unmatched_alias_lists=(val) (18307.0)

メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を設定します。

メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を設定します。

@param val 旧メソッド名がキー、RDoc::Alias が値の Hash を指
定します。

RDoc::Context#visibility -> :public | :protected | :private (307.0)

自身の可視性を Symbol で返します。

自身の可視性を Symbol で返します。

RDoc::Context#defined_in?(file) (55.0)

Return true if at least part of this thing was defined in file

Return true if at least part of this thing was defined in file

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

find a module at a higher scope

find a module at a higher scope