class IDL::Type::Void
Public Instance Methods
narrow(obj)
click to toggle source
# File lib/ridl/type.rb, line 69 def narrow(obj) typeerror(obj) unless obj.nil? obj end
# File lib/ridl/type.rb, line 69 def narrow(obj) typeerror(obj) unless obj.nil? obj end