Class: IDL::Type::WChar
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
554 555 556 557 558 |
# File 'lib/ridl/type.rb', line 554 def narrow(obj) typeerror(obj) unless ::Array === obj typeerror(obj) unless obj.size == 2 obj end |