Module: Ice::ObjectFactory_mixin
- Included in:
- ObjectFactory
- Defined in:
- lib/Ice/ObjectFactory.rb
Constant Summary collapse
- ICE_TYPE =
T_ObjectFactory
Instance Method Summary collapse
-
#inspect ⇒ Object
Operation signatures.
Instance Method Details
#inspect ⇒ Object
Operation signatures.
def create(type) def destroy()
35 36 37 |
# File 'lib/Ice/ObjectFactory.rb', line 35 def inspect ::Ice::__stringify(self, T_ObjectFactory) end |