クラス
-
RDoc
:: Context (504) -
RDoc
:: Context :: Section (84)
キーワード
- <=> (12)
- == (12)
-
add
_ alias (12) -
add
_ attribute (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ constant (12) -
add
_ include (12) -
add
_ method (12) -
add
_ module (12) -
add
_ require (12) -
add
_ to (12) - aliases (12)
- attributes (12)
- classes (12)
- comment (12)
- constants (12)
-
current
_ section (12) -
defined
_ in? (12) -
each
_ attribute (12) -
each
_ classmodule (12) -
each
_ constant (12) -
each
_ method (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (12) -
find
_ symbol (12) -
in
_ files (12) - includes (12)
-
initialize
_ classes _ and _ modules (12) -
initialize
_ methods _ etc (12) - inspect (12)
-
method
_ list (12) - modules (12)
- name (12)
-
ongoing
_ visibility= (12) - parent (12)
-
record
_ location (12) - requires (12)
- sections (12)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) -
set
_ visibility _ for (12) - title (12)
- toplevel (12)
-
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # initialize _ methods _ etc -> () (6103.0) -
追加されたメソッド、属性、alias されたメソッド(メソッド名の対応が取れて いないものを含む)、require されたファイル、include されたファイル、定数 をクリアします。
追加されたメソッド、属性、alias されたメソッド(メソッド名の対応が取れて
いないものを含む)、require されたファイル、include されたファイル、定数
をクリアします。 -
RDoc
:: Context # ongoing _ visibility=(vis) (6103.0) -
Change the default visibility for new methods
...Change the default visibility for new methods... -
RDoc
:: Context # record _ location(toplevel) (6103.0) -
Record the file that we happen to find it in
...Record the file that we happen to find it in... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (6103.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...methods で指定した RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param vi......sibility 可視性を :public, :protected, :private の内のいずれか
で指定します。
@param singleton 特異メソッドの可視性を変更する場合は true、そうでない
場合は false を指定します。... -
RDoc
:: Context # unmatched _ alias _ lists -> {String => RDoc :: Alias} (6103.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を返します。
メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を返します。 -
RDoc
:: Context # unmatched _ alias _ lists=(val) (6103.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を設定します。
メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を設定します。
@param val 旧メソッド名がキー、RDoc::Alias が値の Hash を指
定します。 -
RDoc
:: Context # visibility -> :public | :protected | :private (6103.0) -
自身の可視性を Symbol で返します。
自身の可視性を Symbol で返します。 -
RDoc
:: Context :: Section # comment -> String | nil (6103.0) -
section のコメントを返します。
...section のコメントを返します。... -
RDoc
:: Context :: Section # inspect -> String (6103.0) -
自身の情報を人間に読みやすい文字列にして返します。
自身の情報を人間に読みやすい文字列にして返します。