# File lib/code_analyzer/sexp.rb, line 797
  def to_object
    case sexp_type
    when :array
      array_values.map(&:to_s)
    else
      to_s
    end
  end