るりまサーチ

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

別のキーワード

  1. string b
  2. _builtin b
  3. b string
  4. b _builtin

検索結果

<< 1 2 > >>

RDoc::Context#add_attribute(an_attribute) -> () (6201.0)

引数で指定した RDoc::Attr オブジェクトを追加します。

...引数で指定した RDoc::Attr オブジェクトを追加します。

@param an_attribute RDoc::Attr オブジェクトを指定します。...

RDoc::Context#find_local_symbol(symbol) (6201.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) (6201.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) -> () (6201.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] (6101.0)

追加された RDoc::Attr の配列を返します。

追加された RDoc::Attr の配列を返します。

絞り込み条件を変える

RDoc::Context#each_attribute {|a| ... } -> [RDoc::Attr] (6101.0)

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

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

RDoc::Context#ongoing_visibility=(vis) (6101.0)

Change the default visibility for new methods

...Change the default visibility for new methods...

RDoc::Context#visibility -> :public | :protected | :private (6101.0)

自身の可視性を Symbol で返します。

...自身の可視性を Symbol で返します。...

RDoc::Context::VISIBILITIES -> [:public, :protected, :private] (6101.0)

メソッドの可視性を Symbol の配列で返します。

...メソッドの可視性を Symbol の配列で返します。...
<< 1 2 > >>