Method: Roby::Distributed.RemoteProxyModel
- Defined in:
- lib/roby/distributed/proxy.rb
.RemoteProxyModel(object_model) ⇒ Object
Builds a remote proxy model for object_model. object_model is either a string or a class. In the first case, it is interpreted as a constant name.
337 338 339 |
# File 'lib/roby/distributed/proxy.rb', line 337 def self.RemoteProxyModel(object_model) object_model end |