72件ヒット
[1-72件を表示]
(0.062秒)
別のキーワード
ライブラリ
- csv (12)
- delegate (12)
-
rdoc
/ parser / simple (12) -
rinda
/ rinda (12) -
rubygems
/ user _ interaction (12) -
webrick
/ server (12)
キーワード
- CSV (12)
- SimpleDelegator (12)
- SimpleProgressReporter (12)
- SimpleRenewer (12)
- SimpleServer (12)
検索結果
先頭5件
-
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...