# File lib/rgen/util/pattern_matcher.rb, line 17
  def initialize
    @patterns = {} 
    @insert_mode = false
    @debug = false
  end