Actions
Bug #11254
closed[BUG] no corresponding cfp
Bug #11254:
[BUG] no corresponding cfp
Description
2.1以降、以下のコードが[BUG] rb_vm_search_cf_from_ep: no corresponding cfpになります。
empty = Object.new
class << empty
attr_reader :block
def each(&block)
@block = block
self
end
end
empty.first
empty.block.call
Actions