別のキーワード
種類
- インスタンスメソッド (108)
- 定数 (12)
クラス
-
RDoc
:: Context (108) -
RDoc
:: Context :: Section (12)
キーワード
- == (12)
- VISIBILITIES (12)
-
add
_ attribute (12) - attributes (12)
-
each
_ attribute (12) -
find
_ local _ symbol (12) -
find
_ symbol (12) -
ongoing
_ visibility= (12) -
set
_ visibility _ for (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # add _ attribute(an _ attribute) -> () (6202.0) -
引数で指定した RDoc::Attr オブジェクトを追加します。
...引数で指定した RDoc::Attr オブジェクトを追加します。
@param an_attribute RDoc::Attr オブジェクトを指定します。... -
RDoc
:: Context # find _ local _ symbol(symbol) (6202.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 _ symbol(symbol , method=nil) (6202.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) -> () (6202.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を :public, :protected, :private の内のいずれか... -
RDoc
:: Context # attributes -> [RDoc :: Attr] (6102.0) -
追加された RDoc::Attr の配列を返します。
追加された RDoc::Attr の配列を返します。 -
RDoc
:: Context # each _ attribute {|a| . . . } -> [RDoc :: Attr] (6102.0) -
追加された RDoc::Attr に対してブロックを評価します。
追加された RDoc::Attr に対してブロックを評価します。 -
RDoc
:: Context # ongoing _ visibility=(vis) (6102.0) -
Change the default visibility for new methods
...Change the default visibility for new methods... -
RDoc
:: Context # visibility -> :public | :protected | :private (6102.0) -
自身の可視性を Symbol で返します。
...自身の可視性を Symbol で返します。... -
RDoc
:: Context :: VISIBILITIES -> [:public , :protected , :private] (6102.0) -
メソッドの可視性を Symbol の配列で返します。
...メソッドの可視性を Symbol の配列で返します。...