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

class Rinda::DRbObjectTemplate

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

要約

目次

特異メソッド
new
インスタンスメソッド
===

特異メソッド

new(uri = nil, ref = nil)[permalink][rdoc]

[TODO]

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

インスタンスメソッド

self === ro[permalink][rdoc]

[TODO]

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