Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > rinda/rindaライブラリ > Rinda::DRbObjectTemplateクラス
class Rinda::DRbObjectTemplate
クラスの継承リスト: Rinda::DRbObjectTemplate < Object < Kernel < BasicObject
Abstract
特異メソッド
new(uri = nil, ref = nil)
-
Creates a new DRbObjectTemplate that will match against +uri+ and +ref+.
インスタンスメソッド
self === ro
-
This DRbObjectTemplate matches +ro+ if the remote object's drburi and drbref are the same. +nil+ is used as a wildcard.