るりまサーチ

最速Rubyリファレンスマニュアル検索!
72件ヒット [1-72件を表示] (0.062秒)

別のキーワード

  1. tarwriter add_file_simple
  2. rubygems/package/tar_writer add_file_simple
  3. simple new
  4. simple scan
  5. markup simple_list_re

ライブラリ

キーワード

検索結果

RDoc::Parser::Simple (18001.0)

ソースコード以外のファイルを解析するためのクラスです。

ソースコード以外のファイルを解析するためのクラスです。

Gem::StreamUI::SimpleProgressReporter (6001.0)

シンプルな表示を行う進捗報告のクラスです。

シンプルな表示を行う進捗報告のクラスです。

Rinda::SimpleRenewer (6001.0)

シンプルな renewer で renewer のサンプル実装です。

シンプルな renewer で renewer のサンプル実装です。

Rinda::TupleSpace が保持するタプルの有効期限を更新するクラスです。
このクラスはタプルの寿命をプロセスの寿命と一致させることができます。
詳しくは Rinda::TupleSpace#renewer を見てください。

SimpleDelegator (6001.0)

Delegator クラスを継承し、シンプルなメソッド委譲を実現した具象クラス。

...し、シンプルなメソッド委譲を実現した具象クラス。

委譲先に指定されたオブジェクトへメソッドの実行を委譲します。

例:

//emlist{
require 'delegate'

foo = Object.new
def foo.test
p 25
end
foo2 = SimpleDelegator.new(foo)
foo2.test # => 25
//}...

WEBrick::SimpleServer (6001.0)

サーバのタイプを表すクラスです。 WEBrick::GenericServer.new の設定の :ServerType の値として指定した場合 サーバは通常のプロセスとして動作します。

サーバのタイプを表すクラスです。
WEBrick::GenericServer.new の設定の :ServerType の値として指定した場合
サーバは通常のプロセスとして動作します。

絞り込み条件を変える

CSV (7.0)

このクラスは CSV ファイルやデータに対する完全なインターフェイスを提供します。

...avoid this translation. It's just too hard for me to support native
conversions in all of Ruby's Encodings.

Anyway, the practical side of this is simple: make sure IO and String objects
passed into CSV have the proper Encoding set and everything should just work.
CSV methods that allow you to ope...