# File lib/rgen/util/pattern_matcher.rb, line 54 def lazy(&block) if @insert_mode block.call else Lazy.new(&block) end end