Class: Rubex::DataType::RubyObject

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/rubex/data_type.rb

Instance Method Summary collapse

Methods included from Helpers

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

Instance Method Details

#object?Boolean

Returns:



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

def object?; true; end

#p_formatterObject



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

def p_formatter; "%s"; end

#to_sObject



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

def to_s; "VALUE"; end