別のキーワード
クラス
-
RDoc
:: CodeObject (12) -
RDoc
:: Context (96) -
RDoc
:: Stats (24) -
RDoc
:: TopLevel (12)
キーワード
-
add
_ method (12) -
add
_ to (12) -
each
_ method (12) -
find
_ local _ symbol (24) -
find
_ symbol (12) -
initialize
_ methods _ etc (12) -
method
_ list (12) -
num
_ methods (12) -
num
_ methods= (12) -
remove
_ methods _ etc (12) -
set
_ visibility _ for (12)
検索結果
先頭5件
-
RDoc
:: Context # add _ method(a _ method) -> () (6210.0) -
引数で指定した RDoc::AnyMethod オブジェクトを追加します。
...引数で指定した RDoc::AnyMethod オブジェクトを追加します。
@param a_method RDoc::AnyMethod オブジェクトかそのサブクラスのオ
ブジェクトを指定します。... -
RDoc
:: Context # each _ method {|m| . . . } -> [RDoc :: AnyMethod] (6203.0) -
追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト) に対してブロックを評価します。
...追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト)
に対してブロックを評価します。... -
RDoc
:: Context # method _ list -> [RDoc :: AnyMethod] (6203.0) -
追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列 を返します。
...追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列
を返します。... -
RDoc
:: CodeObject # remove _ methods _ etc -> () (6102.0) -
何もしません。RDoc::CodeObject#document_self= に false を指定した 時のコールバックとして呼び出されます。オーバーライドして使用します。
...何もしません。RDoc::CodeObject#document_self= に false を指定した
時のコールバックとして呼び出されます。オーバーライドして使用します。... -
RDoc
:: Context # initialize _ methods _ etc -> () (6102.0) -
追加されたメソッド、属性、alias されたメソッド(メソッド名の対応が取れて いないものを含む)、require されたファイル、include されたファイル、定数 をクリアします。
追加されたメソッド、属性、alias されたメソッド(メソッド名の対応が取れて
いないものを含む)、require されたファイル、include されたファイル、定数
をクリアします。 -
RDoc
:: Stats # num _ methods -> Integer (6102.0) -
解析したメソッドの数を返します。
解析したメソッドの数を返します。 -
RDoc
:: Stats # num _ methods=(val) (6102.0) -
解析したメソッドの数を指定します。
解析したメソッドの数を指定します。
@param val 数値を指定します。 -
RDoc
:: Context # find _ symbol(symbol , method=nil) (135.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... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (102.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param vi...