Sha256: 1dc7d3f24479993df657be1561f4e309111e824f6484ad78cd5e63541315de3a
Contents?: true
Size: 473 Bytes
Versions: 83
Compression:
Stored size: 473 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/shared/call' describe "Proc#[]" do it_behaves_like :proc_call, :[] end describe "Proc#call on a Proc created with Proc.new" do it_behaves_like :proc_call_on_proc_new, :call end describe "Proc#call on a Proc created with Kernel#lambda or Kernel#proc" do it_behaves_like :proc_call_on_proc_or_lambda, :call end
Version data entries
83 entries across 83 versions & 1 rubygems