111件ヒット
[1-100件を表示]
(0.011秒)
キーワード
- drb (12)
- kconv (12)
- rake (12)
-
rdoc
/ code _ object (12) -
rdoc
/ code _ objects (12) -
rdoc
/ generator / json _ index (12) -
rdoc
/ markdown (12) -
rexml
/ document (12) -
test
/ unit (12) - xmlrpc (3)
検索結果
-
rdoc
/ code _ object (6001.0) -
RDoc::CodeObject を定義するサブライブラリです。
...RDoc::CodeObject を定義するサブライブラリです。... -
rdoc
/ code _ objects (6001.0) -
Ruby のソースコード中にあるクラス、モジュール、メソッドなどの構成要素を 表現するためのサブライブラリです。
Ruby のソースコード中にあるクラス、モジュール、メソッドなどの構成要素を
表現するためのサブライブラリです。 -
rake (19.0)
-
Rake というコマンドラインツールを扱うライブラリです。
...クを実行します。
-e, --execute CODE Ruby のコードを実行して終了します。
-p, --execute-print CODE Ruby のコードを実行して結果を表示して終了します。
-E, --execute-continue CODE Ruby のコードを実行してから、タ... -
rexml
/ document (13.0) -
DOM スタイルの XML パーサ。
...ブジェクト指向スクリプト言語 Ruby</title>
<desc>Rubyの公式サイト</desc>
</bookmark>
<bookmark href="http://rurema.clear-code.com/">
<title>最速Rubyリファレンスマニュアル検索! | るりまサーチ</title>
<desc>Rubyリファレンスマニュアル......ブジェクト指向スクリプト言語 Ruby",
# >> desc="Rubyの公式サイト">,
# >> #<struct Bookmark
# >> href="http://rurema.clear-code.com/",
# >> title="最速Rubyリファレンスマニュアル検索! | るりまサーチ",
# >> desc="Rubyリファレンスマニュアル... -
test
/ unit (13.0) -
ユニットテストを行うためのライブラリです。
...* Rubyのテスティングフレームワークの歴史(2014年版) https://www.clear-code.com/blog/2014/11/6.html
* RubyKaigi 2015:The history of testing framework in Ruby https://www.clear-code.com/blog/2015/12/12.html
=== 使い方
Test::Unit は以下のように使います。......Base directory of test suites.
-x, --exclude PATTERN Exclude test files on pattern.
-Idirectory Add library load path
--[no-]gc-stress Set GC.stress as true
複数のテストを一度に行う場合、以下のように書いた......史については以下が詳しくまとまっています。
* Rubyのテスティングフレームワークの歴史(2014年版) https://www.clear-code.com/blog/2014/11/6.html
* RubyKaigi 2015:The history of testing framework in Ruby https://www.clear-code.com/blog/2015/12/12.html... -
xmlrpc (13.0)
-
XML-RPC を扱うためのライブラリです。
...hes like SOAP and CORBA.
The Ruby standard library package 'xmlrpc' enables you to create a server that
implements remote procedures and a client that calls them. Very little code
is required to achieve either of these.
=== Example
Try the following code. It calls a standard demonstration remot... -
drb (7.0)
-
分散オブジェクトプログラミングのためのライブラリです。
...呼ぶため
# ローカルオブジェクトの instance_eval を取り除く
undef :instance_eval
end
ro.instance_eval("DANGEROUS RUBY CODE!")
このような instance_eval による危険性は $SAFE を 1
以上にすることで防げます。
DRb.#start_service の :safe_level オ......呼ぶため
# ローカルオブジェクトの instance_eval を取り除く
undef :instance_eval
end
ro.instance_eval("DANGEROUS RUBY CODE!")
このような instance_eval による危険性は $SAFE を 1
にすることで防げます。
DRb.#start_service の :safe_level オプシ... -
kconv (7.0)
-
日本語文字コードの変換を手軽に行うためのライブラリです。
...onv.kconv(string, Kconv::JIS, Kconv::AUTO)
newstring = Kconv.tojis(string)
newstring = Kconv.toeuc(string)
newstring = Kconv.tosjis(string)
guessed_code = Kconv.guess(string)
//}
または
//emlist[][ruby]{
require 'kconv'
newstring = string.kconv(Kconv::JIS, Kconv::AUTO)
newstring = string.tojis... -
rdoc
/ generator / json _ index (7.0) -
他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。
...インデッ
クスを生成するサブライブラリです。
This generator is derived from sdoc by Vladimir Kolesnikov and
contains verbatim code written by him.
このジェネレータは HTML ジェネレータと一緒に使うために設計されています。:
class RDoc::Generator... -
rdoc
/ markdown (7.0) -
Markdown 形式で記述されたドキュメントを rdoc 上で解析するための サブライブラリです。
...* Github Flavored Markdown: https://github.github.com/gfm/
上記の URL のうち以下のものがサポートされます。:
===== Fenced code block
コード周辺を「```」で囲む事で、4 スペースによるインデントの代わりになります。
===== シンタックス...