Class: IDL::Type::Void
Constant Summary
Constants inherited from IDL::Type
Long, LongLong, Octet, Short, TinyShort, ULong, ULongLong, UShort, UTinyShort
Instance Method Summary collapse
Methods inherited from IDL::Type
#instantiate, #is_anonymous?, #is_complete?, #is_local?, #is_node?, #is_template?, #matches?, #resolved_node, #resolved_type, #typeerror, #typename
Instance Method Details
#narrow(obj) ⇒ Object
69 70 71 72 |
# File 'lib/ridl/type.rb', line 69 def narrow(obj) typeerror(obj) unless obj.nil? obj end |