Class: Rubex::DataType::RubyArray

Inherits:
RubyObject show all
Defined in:
lib/rubex/data_type.rb

Instance Method Summary collapse

Methods inherited from RubyObject

#object?, #p_formatter, #to_s

Methods included from Helpers

#==, #base_type, #c_function_ptr?, #char_ptr?, #from_ruby_object, #to_ruby_object

Instance Method Details

#ruby_array?Boolean

Returns:



90
# File 'lib/rubex/data_type.rb', line 90

def ruby_array?; true; end