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