# File mrplot/helpers.rb, line 26
    def [](value)
      if @hash
        return @hash[value]
      else
        return @substitution.call(value)
      end
    end