# File lib/inline_acceleration.rb, line 405 def ruby_converted_return_value return nil if !is_pointer_type? (is_simple_type? ? "#{ref_name}.to_#{c_type[0..-2].strip.gsub(' ', '_')}" : ref_name + (ruby_type_class.reallocate_pointers? ? '' : " if #{arg_name}.nil?")) end