# File lib/rgen/util/pattern_matcher.rb, line 101
    def initialize
      @bound = false
      @value = nil
      @many = false
    end