Class: Rubex::DataType::RubyObject
- Inherits:
-
Object
- Object
- Rubex::DataType::RubyObject
show all
- Includes:
- Helpers
- Defined in:
- lib/rubex/data_type/ruby_object.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
9
10
11
|
# File 'lib/rubex/data_type/ruby_object.rb', line 9
def object?
true
end
|
13
14
15
|
# File 'lib/rubex/data_type/ruby_object.rb', line 13
def p_formatter
'%s'
end
|
#to_s ⇒ Object
5
6
7
|
# File 'lib/rubex/data_type/ruby_object.rb', line 5
def to_s
'VALUE'
end
|