るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

クラス

モジュール

キーワード

検索結果

IRB::Frame#bottom(n = 0) -> Binding (18201.0)

下から n 番目のコンテキストを取り出します。

下から n 番目のコンテキストを取り出します。

@param n 取り出すコンテキストを Integer で指定します。n は 0 が最
下位になります。

IRB::Frame.bottom(n = 0) -> Binding (18201.0)

下から n 番目のコンテキストを取り出します。

下から n 番目のコンテキストを取り出します。

@param n 取り出すコンテキストを Integer で指定します。n は 0 が最
下位になります。

Exception#full_message(highlight: true, order: :bottom) -> String (219.0)

例外の整形された文字列を返します。

...

@param order :top か :bottom で指定する必要があります。
バックトレースの一番奥がエラーメッセージの上(top)か下(bottom)かを指定します。
デフォルト値は Exception.to_tty? が真なら :bottom で偽なら :top です。...

CGI::HtmlExtension#caption(align = nil) -> String (106.0)

caption 要素を生成します。

...ロックを与えると、ブロックを評価した結果が内容になります。

@param align 配置を文字列で指定します。(top, bottom, left right が指定可能です)
属性をハッシュで指定することもできます。

例:
caption("left") { "Cap...

CGI::HtmlExtension#caption(align = nil) { ... } -> String (106.0)

caption 要素を生成します。

...ロックを与えると、ブロックを評価した結果が内容になります。

@param align 配置を文字列で指定します。(top, bottom, left right が指定可能です)
属性をハッシュで指定することもできます。

例:
caption("left") { "Cap...

絞り込み条件を変える

rdoc/markdown (42.0)

Markdown 形式で記述されたドキュメントを rdoc 上で解析するための サブライブラリです。

...ない機能があります。

Underscores embedded in words are never interpreted as emphasis. (While the
[markdown dingus][dingus] emphasizes in-word underscores, neither the
Markdown syntax nor MarkdownTest mention this behavior.)

また URL を記述すると HTML を出力する際に自動...
...に含める事はできま
せん。この拡張はデフォルトでは無効になっています。

例:

<style type="text/css">
h1 { font-size: 3em }
</style>

==== 定義リスト

RDoc::Markdown#definition_lists を設定する事で定義リストを出力す
る事ができます。...
...th the footnote text down at the bottom


=== 制限事項

* リンクタイトルは使用されない
* 脚注は単一の段落にまとめられる

=== 著者

この Markdown パーサは John MacFarlane が開発した
peg-markdown(https://github.com/jgm/peg-markdown)を kpeg に移植
...