Method: CLString#get_cl_type

Defined in:
lib/types/cl_string.rb

#get_cl_typeObject



18
19
20
21
# File 'lib/types/cl_string.rb', line 18

def get_cl_type
  @cl_string_type = CLStringType.new
  @cl_string_type.to_string
end