るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.066秒)
トップページ > クエリ:io[x] > バージョン:2.1.0[x] > クエリ:l[x] > ライブラリ:rdoc/context[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io each_line
  5. io readlines

検索結果

RDoc::Context#record_location(toplevel) (36607.0)

Record the file that we happen to find it in

Record the file that we happen to find it in

RDoc::Context::Section#title -> String | nil (27307.0)

section のタイトルを返します。

section のタイトルを返します。

RDoc::Context#add_class_or_module(collection, class_type, name, superclass = nil) -> RDoc::NormalClass | RDoc::SingleClass | RDoc::NormalModule (19807.0)

collection に name で指定したクラス、モジュールを追加します。

collection に name で指定したクラス、モジュールを追加します。

@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。

@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。

@param name クラス名を文字列で指定します。

@param su...

RDoc::Context#set_current_section(title, comment) -> () (18607.0)

Handle sections

Handle sections

RDoc::Context::Section.new(parent, title, comment) -> RDoc::Context::Section (9607.0)

自身を初期化します。

自身を初期化します。

@param parent RDoc::Context オブジェクトを指定します。

@param title section のタイトルを文字列で指定します。

@param comment section のコメントを文字列で指定します。

また、section のシーケンス番号を新しく作成します。

絞り込み条件を変える

RDoc::Context::Section#==(other) -> bool (9307.0)

自身と other のシーケンス番号を比較した結果を返します。

自身と other のシーケンス番号を比較した結果を返します。

@param other RDoc::Context::Section オブジェクトを指定します。

RDoc::Context::Section#comment -> String | nil (9307.0)

section のコメントを返します。

section のコメントを返します。