Sha256: 42e4843206f0e087d2cd691793bfbebcf2d11466b8aceaa23fd17e3b3a5551f5
Contents?: true
Size: 477 Bytes
Versions: 83
Compression:
Stored size: 477 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/shared/call' describe "Proc#call" do it_behaves_like :proc_call, :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