# File lib/brakeman/tracker/constants.rb, line 21
    def line
      if @value.is_a? Sexp
        @value.line
      end
    end