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