Class: IDL::Type::UndefinedType

Inherits:
Object
  • Object
show all
Defined in:
lib/ridl/type.rb

Instance Method Summary collapse

Constructor Details

#initialize(*_args) ⇒ UndefinedType

Returns a new instance of UndefinedType.



63
64
65
# File 'lib/ridl/type.rb', line 63

def initialize(*_args)
  raise "#{self.class.name}'s not implemented yet."
end