るりまサーチ

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

別のキーワード

  1. _builtin clear
  2. rake clear
  3. set clear
  4. dbm clear
  5. gdbm clear

キーワード

検索結果

rexml/document (13.0)

DOM スタイルの XML パーサ。

...le>オブジェクト指向スクリプト言語 Ruby</title>
<desc>Rubyの公式サイト</desc>
</bookmark>
<bookmark href="http://rurema.clear-code.com/">
<title>最速Rubyリファレンスマニュアル検索! | るりまサーチ</title>
<desc>Rubyリファレンスマニュ...
...tle="オブジェクト指向スクリプト言語 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...

cgi (7.0)

CGI プログラムの支援ライブラリです。

...['field_name'] = ["new_value"] # パラメータの値を変える
cgi.params.delete('field_name') # パラメータを消去
cgi.params.clear # 全パラメータを消去
//}

==== フォームフィールドの値をファイルに保存する

PStore を使う...

rubygems/commands/sources_command (7.0)

Gem パッケージの取得元の情報を管理するためのライブラリです。

...ve SOURCE_URI 取得元を削除します
-u, --update 取得元のキャッシュを更新します
-c, --clear-all 全ての取得元を削除し、キャッシュもクリアします
Common Options:
-h, --help...