るりまサーチ

最速Rubyリファレンスマニュアル検索!
540件ヒット [201-300件を表示] (0.013秒)
トップページ > クラス:RDoc::Context[x]

検索結果

<< < 1 2 3 4 5 ... > >>

RDoc::Context#defined_in?(file) (1.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#each_attribute {|a| ... } -> [RDoc::Attr] (1.0)

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

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

RDoc::Context#each_classmodule {|m| ... } -> [RDoc::SingleClass | RDoc::NormalClass | RDoc::NormalModule] (1.0)

追加されたクラス、モジュールに対してブロックを評価します。

...追加されたクラス、モジュールに対してブロックを評価します。

@see RDoc::Context#classes, RDoc::Context#modules...

RDoc::Context#each_constant {|c| ... } -> [RDoc::Constant] (1.0)

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

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

RDoc::Context#each_method {|m| ... } -> [RDoc::AnyMethod] (1.0)

追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト) に対してブロックを評価します。

追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト)
に対してブロックを評価します。

絞り込み条件を変える

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

find a module at a higher scope

find a module at a higher scope

RDoc::Context#find_local_symbol(symbol) (1.0)

Finds a method, constant, attribute, module or files named +symbol+ in this context

Finds a method, constant, attribute, module or files named +symbol+ in
this context

RDoc::Context#find_module_named(name) -> RDoc::NormalModule | nil (1.0)

追加された RDoc::NormalModule から引数で指定した名前のモジュール を検索します。見つからなかった場合は nil を返します。

追加された RDoc::NormalModule から引数で指定した名前のモジュール
を検索します。見つからなかった場合は nil を返します。

@param name モジュールの名前を文字列で指定します。

RDoc::Context#find_symbol(symbol, method=nil) (1.0)

Look up the given symbol. If method is non-nil, then we assume the symbol references a module that contains that method

Look up the given symbol. If method is non-nil, then we assume
the symbol references a module that contains that method
<< < 1 2 3 4 5 ... > >>