Sha256: b9d217ba926360ae40a315f9e51effe9ea41156cf2bb61bd1da2a4c8807f8926
Contents?: true
Size: 480 Bytes
Versions: 52
Compression:
Stored size: 480 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../../../fixtures/kernel/callcc', __FILE__) require File.expand_path('../../../shared/kernel/callcc', __FILE__) with_feature :continuation do describe "Kernel#callcc" do it_behaves_like :kernel_instance_callcc, :callcc it_behaves_like :kernel_callcc, :callcc, KernelSpecs::Method.new end describe "Kernel.callcc" do it_behaves_like :kernel_callcc, :callcc, Kernel end end
Version data entries
52 entries across 52 versions & 2 rubygems