Class: IDL::Type::UndefinedType
- Inherits:
-
Object
- Object
- IDL::Type::UndefinedType
- Defined in:
- lib/ridl/type.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ UndefinedType
constructor
A new instance of UndefinedType.
Constructor Details
#initialize(*args) ⇒ UndefinedType
Returns a new instance of UndefinedType.
51 52 53 |
# File 'lib/ridl/type.rb', line 51 def initialize(*args) raise RuntimeError, "#{self.class.name}'s not implemented yet." end |