# File lib/brakeman/tracker/constants.rb, line 114
    def get_literal name
      if x = self[name] and literal? x
        x
      else
        nil
      end
    end