Class: Rubex::DataType::RubySymbol

Inherits:
RubyObject show all
Defined in:
lib/rubex/data_type/ruby_object/ruby_symbol.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_symbol?Boolean

Returns:



4
5
6
# File 'lib/rubex/data_type/ruby_object/ruby_symbol.rb', line 4

def ruby_symbol?
  true
end