# File mrplot/helpers.rb, line 21
    def initialize(hash=nil, &substitution)
      @hash = hash
      @substitution = substitution
    end