Sha256: 44a0d81bd0e804a2f1b5730756fb6b9dc867059009998d00d4abc038b289df49
Contents?: true
Size: 547 Bytes
Versions: 52
Compression:
Stored size: 547 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../shared/call', __FILE__) language_version __FILE__, "call" ruby_version_is "1.8.8" do describe "Proc#===" do it_behaves_like :proc_call, :=== it_behaves_like :proc_call_block_args, :=== end describe "Proc#=== on a Proc created with Proc.new" do it_behaves_like :proc_call_on_proc_new, :=== end describe "Proc#=== on a Proc created with Kernel#lambda or Kernel#proc" do it_behaves_like :proc_call_on_proc_or_lambda, :=== end end
Version data entries
52 entries across 52 versions & 2 rubygems