DRb::DRbObject class of PicoRuby

Singleton methods

new

DRb::DRbObject.new(String uri, ?untyped? ref) -> DRbObject

Instance methods

==

instance.==(untyped other) -> bool

eql?

instance.eql?(untyped other) -> bool

hash

instance.hash() -> Integer

method_missing

instance.method_missing(Symbol msg_id, *untyped args) ?{ (*untyped) -> untyped } -> untyped

respond_to_missing?

instance.respond_to_missing?(Symbol msg_id, ?bool include_private) -> bool

Attr accessors

uri (reader)

instance.uri -> String

ref (reader)

instance.ref -> untyped
Tags: class