Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > rinda/rindaライブラリ > Rinda::DRbObjectTemplateクラス

class Rinda::DRbObjectTemplate

クラスの継承リスト: Rinda::DRbObjectTemplate < Object < Kernel < BasicObject

要約

特異メソッド

new(uri = nil, ref = nil)

[TODO]

Creates a new DRbObjectTemplate that will match against +uri+ and +ref+.

インスタンスメソッド

self === ro

[TODO]

This DRbObjectTemplate matches +ro+ if the remote object's drburi and drbref are the same. +nil+ is used as a wildcard.

class Rinda::DRbObjectTemplate