るりまサーチ

最速Rubyリファレンスマニュアル検索!
160件ヒット [1-100件を表示] (0.008秒)
トップページ > クエリ:github[x] > 種類:ライブラリ[x]

別のキーワード

  1. markdown github
  2. markdown github=
  3. rdoc/markdown github
  4. rdoc/markdown github=

検索結果

<< 1 2 > >>

rdoc/markdown (61.0)

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

...す。詳しくは以下を参照してください。この拡張はデフォルト
では無効になっています。

* Github Flavored Markdown: https://github.github.com/gfm/

==== CSS

RDoc::Markdown#css を設定する事で CSS を記述した場合に出力に含め
る事ができます...
... Github

RDoc::Markdown#github を設定する事で Github Flavored Markdown 拡
張の一部を有効にして出力が行えます。詳しくは以下を参照してください。こ
の拡張はデフォルトで有効になっています。

* Github Flavored Markdown: https://github.github...
...* 脚注は単一の段落にまとめられる

=== 著者

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

これは MIT ライセンスで提供されています。:

Permission is hereby grante...

rexml/document (25.0)

DOM スタイルの XML パーサ。

...スマニュアルを全文検索できる。
とても便利。
</desc>
</bookmark>
<bookmark href="https://github.com/rurema/bitclust">
<title>rurema/bitclust · GitHub</title>
</bookmark>
<bookmark href="https://rubygems.org/gems/bitclust-core" />
</xbel>
XML

bookmarks = REXML::X...
...ニュアルを全文検索できる。\nとても便利。\n ">,
# >> #<struct Bookmark
# >> href="https://github.com/rurema/bitclust",
# >> title="rurema/bitclust · GitHub",
# >> desc=nil>,
# >> #<struct Bookmark
# >> href="https://rubygems.org/gems/bitclust-core",
# >> title=nil,...

bigdecimal/ludcmp (7.0)

LU 分解を用いて、連立1次方程式 Ax = b の解 x を求める機能を提供します。

...LU 分解を用いて、連立1次方程式 Ax = b の解 x を求める機能を提供します。

Ruby のソースコード中の以下のサンプルスクリプトも参考にしてください。

* https://github.com/ruby/ruby/blob/master/ext/bigdecimal/sample/linear.rb...

bigdecimal/newton (7.0)

ニュートン法を用いて非線形方程式 f(x) = 0 の解 x を求める機能を提供しま す。

...変更されます。x から解を取得します。

戻り値 n は計算した回数を整数で返します。

Ruby のソースコード中の以下のサンプルスクリプトも参考にしてください。

* https://github.com/ruby/ruby/blob/master/ext/bigdecimal/sample/nlsolve.rb...

debug (7.0)

Ruby デバッガです。Ruby スクリプトのソースコードデバッグに使用します。

...た、Emacs を使用したインタフェース rubydb3x.el が
https://github.com/ruby/elisp にあるので、活用してください。

=== 使い方

$ ruby -rdebug foo.rb

または、Emacs から

M-x load-library rubydb3x.el
M-x rubydb

=== デバッグコマンド

以下は、...

絞り込み条件を変える

did_you_mean (7.0)

名前のタイポによって NameError や NoMethodError が起きたと きに、自動的に他の似た名前を提案してくれるライブラリです。

...emファイルのみを同梱)です。詳しい内容は下
記のページを参照してください。

* rubygems.org: https://rubygems.org/gems/did_you_mean
* プロジェクトページ: https://github.com/ruby/did_you_mean
* リファレンス: https://www.rubydoc.info/gems/did_you_mean/...

find (7.0)

ディレクトリ配下のファイルを探索するためのモジュールです。

...e "find"

include Find
find('/foo','/bar') {|f| ...}

以下は、ruby のアーカイブに含まれるサンプルスクリプト
(https://github.com/ruby/ruby/blob/master/sample/trojan.rb) をこのモジュールで書き換えたものです。

#! /usr/bin/env ruby
require "find"
#...

minitest/mock (7.0)

シンプルなモックライブラリです。

...gem(gemファイルのみを同梱)です。詳しい内容は下
記のページを参照してください。

* rubygems.org: https://rubygems.org/gems/minitest
* プロジェクトページ: https://github.com/seattlerb/minitest
* リファレンス: https://www.rubydoc.info/gems/minitest...

minitest/spec (7.0)

BDD 風にテストを書くためのクラスやメソッドを定義するためのライブラリです。

...gem(gemファイルのみを同梱)です。詳しい内容は下
記のページを参照してください。

* rubygems.org: https://rubygems.org/gems/minitest
* プロジェクトページ: https://github.com/seattlerb/minitest
* リファレンス: https://www.rubydoc.info/gems/minitest...
<< 1 2 > >>