るりまサーチ

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

別のキーワード

  1. rdoc version
  2. rdoc/markdown parse
  3. rdoc attr_modifiers
  4. rdoc class_modifiers
  5. rdoc/markdown extension

ライブラリ

クラス

キーワード

検索結果

RDoc::Context::TYPES -> ["class", "instance"] (21101.0)

メソッドの種類を文字列の配列で返します。

メソッドの種類を文字列の配列で返します。

RDoc::Markup#get_line_types -> [Symbol] (9107.0)

変換する文字列の各行のタイプを Symbol の配列で返します。

...変換する文字列の各行のタイプを Symbol の配列で返します。

rdoc
ライブラリのデバッグ用途に使用します。
SM::SimpleMarkup#convert の後に実行します。

@see SM::SimpleMarkup#convert...

NEWS for Ruby 2.5.0 (24.0)

NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...added to provide the limits of C types.
This is available when rbconfig/sizeof is loaded.

* ripper
* Ripper::EXPR_BEG and so on for Ripper#state.
* Ripper#state を追加。スキャナーの状態を伝えるためです。13686

* rdoc
* RDoc 6.0.1 に更新
* Replace...
...IRB based lexer with Ripper.
* https://github.com/ruby/rdoc/pull/512
* This much improves the speed of generating documents.
* It also facilitates supporting new syntax in the future.
* Support many new syntaxes of Ruby from the past few years.
* Use "frozen_stri...