# File lib/code_analyzer/sexp.rb, line 202
  def right_value
    if :assign == sexp_type
      self[2]
    end
  end