# File lib/cuba.rb, line 96
  def initialize(&blk)
    @blk = blk
    @captures = []
  end