# File lib/facets/more/coroutine.rb, line 69 def initialize(data = {}) @data = data callcc do |@continue| return end yield self stop end