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