別のキーワード
ライブラリ
-
rake
/ rdoctask (12) -
rdoc
/ code _ object (240) -
rdoc
/ context (120) -
rdoc
/ markdown (144) -
rdoc
/ markup (84) -
rdoc
/ markup / to _ bs (24) -
rdoc
/ parser (24) -
rdoc
/ parser / c (12) -
rdoc
/ parser / ruby (84) -
rdoc
/ parser / ruby _ tools (12) -
rdoc
/ parser / simple (12) -
rdoc
/ text (12) -
rdoc
/ top _ level (36) -
rubygems
/ doc _ manager (12) -
rubygems
/ specification (24)
クラス
-
Gem
:: DocManager (12) -
Gem
:: Specification (24) -
RDoc
:: CodeObject (228) -
RDoc
:: Context (108) -
RDoc
:: Context :: Section (12) -
RDoc
:: Markdown (144) -
RDoc
:: Markup (72) -
RDoc
:: Markup :: ToBs (12) -
RDoc
:: Options (264) -
RDoc
:: Parser (24) -
RDoc
:: Parser :: C (12) -
RDoc
:: Parser :: Ruby (48) -
RDoc
:: Parser :: Simple (12) -
RDoc
:: TopLevel (36) -
Rake
:: RDocTask (12)
モジュール
-
RDoc
:: Text (12)
キーワード
- == (12)
- CodeObject (12)
-
DEFAULT
_ EXTENSIONS (12) - EXTENSIONS (12)
-
LABEL
_ LIST _ RE (12) - Markup (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - NORMAL (12)
- Ruby (12)
- RubyLex (12)
- RubyToken (12)
- RubyTools (12)
- Ruby用語集 (12)
- SINGLE (12)
- ToBs (12)
- VISIBILITIES (12)
-
add
_ attribute (12) -
add
_ special (12) -
alias
_ extension (12) -
all
_ one _ file (12) -
attribute
_ manager (12) - attributes (12)
-
break
_ on _ newline (12) -
break
_ on _ newline= (12) - comment (12)
- comment= (12)
- convert (12)
- css (12)
-
definition
_ lists (12) - diagram (12)
-
document
_ children (12) -
document
_ children= (12) -
document
_ self (12) -
document
_ self= (12) - documented? (12)
- drb (12)
-
dry
_ run (12) -
each
_ attribute (12) - extension (12)
- external (12)
-
file
_ absolute _ name (12) -
file
_ absolute _ name= (12) - fileboxes (12)
-
find
_ local _ symbol (24) -
find
_ symbol (12) -
force
_ output (12) -
force
_ update (12) -
get
_ line _ types (12) - github (12)
- github= (12)
-
has
_ rdoc (12) -
has
_ rdoc? (12) - html (12)
-
hyperlink
_ all (12) -
include
_ line _ numbers (12) -
inline
_ source (12) -
line
_ numbers (12) -
line
_ numbers= (12) - new (84)
- notes (12)
-
ongoing
_ visibility= (12) - parent (12)
- parent= (12)
-
parent
_ file _ name (12) -
parent
_ name (12) -
parser
_ for (12) - pipe (12)
- quiet (12)
-
rb
_ scan _ args (12) -
rdoc
/ code _ object (12) -
rdoc
/ code _ objects (12) -
rdoc
/ generator / json _ index (12) -
rdoc
/ markup / to _ bs (12) -
rdoc
/ parser / ruby (12) -
rdoc
/ parser / ruby _ tools (12) -
rdoc
_ installed? (12) -
remove
_ classes _ and _ modules (12) -
remove
_ methods _ etc (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ doc _ manager (12) - scan (12)
- section (12)
- section= (12)
-
set
_ visibility _ for (12) -
show
_ all (12) -
show
_ hash (12) -
start
_ doc (12) -
stop
_ doc (12) -
tab
_ width (12) - verbosity (12)
- verbosity= (12)
- visibility (24)
- visibility= (12)
- webcvs (12)
- 正規表現 (12)
検索結果
先頭5件
-
RDoc
:: Markup # attribute _ manager -> RDoc :: AttributeManager (9317.0) -
自身の RDoc::AttributeManager オブジェクトを返します。
...自身の RDoc::AttributeManager オブジェクトを返します。... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (9244.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...定した RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視......性を :public, :protected, :private の内のいずれか
で指定します。
@param singleton 特異メソッドの可視性を変更する場合は true、そうでない
場合は false を指定します。... -
RDoc
:: Context # add _ attribute(an _ attribute) -> () (9222.0) -
引数で指定した RDoc::Attr オブジェクトを追加します。
...引数で指定した RDoc::Attr オブジェクトを追加します。
@param an_attribute RDoc::Attr オブジェクトを指定します。... -
RDoc
:: Context # attributes -> [RDoc :: Attr] (9217.0) -
追加された RDoc::Attr の配列を返します。
...追加された RDoc::Attr の配列を返します。... -
RDoc
:: Context # each _ attribute {|a| . . . } -> [RDoc :: Attr] (9217.0) -
追加された RDoc::Attr に対してブロックを評価します。
...追加された RDoc::Attr に対してブロックを評価します。... -
RDoc
:: Context # find _ local _ symbol(symbol) (9200.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) (9200.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
:: Options # fileboxes -> bool (9200.0) -
コマンドライン引数の --diagram オプション、--fileboxes オプションを指定 していた場合、true を返します。そうでない場合は false を返します。
...コマンドライン引数の --diagram オプション、--fileboxes オプションを指定
していた場合、true を返します。そうでない場合は false を返します。... -
RDoc
:: CodeObject (9112.0) -
RDoc のコードツリーを表現するクラスの基本クラスです。
...RDoc のコードツリーを表現するクラスの基本クラスです。
以下は RDoc::CodeObject のサブクラスのツリーです。
//emlist{
* RDoc::Context
* RDoc::TopLevel
* RDoc::ClassModule
* RDoc::AnonClass
* RDoc::NormalClass
* RDoc::NormalModule
* RD......oc::SingleClass
* RDoc::AnyMethod
* RDoc::GhostMethod
* RDoc::MetaMethod
* RDoc::Alias
* RDoc::Attr
* RDoc::Constant
* RDoc::Require
* RDoc::Include
//}...