Class: Rubex::DataType::NilType
- Inherits:
-
RubyObject
- Object
- RubyObject
- Rubex::DataType::NilType
- Defined in:
- lib/rubex/data_type/ruby_object/nil_type.rb
Instance Method Summary collapse
Methods inherited from RubyObject
Methods included from Helpers
#==, #base_type, #c_function_ptr?, #char_ptr?, #from_ruby_object, #to_ruby_object
Instance Method Details
#nil_type? ⇒ Boolean
4 5 6 |
# File 'lib/rubex/data_type/ruby_object/nil_type.rb', line 4 def nil_type? true end |