summaryrefslogtreecommitdiff
path: root/spec/ruby/core/proc/eql_spec.rb
blob: 9614e4dbbb6632a52b23cee1be94096332f64ce5 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/equal', __FILE__)

describe "Proc#eql?" do
  it_behaves_like :proc_equal_undefined, :eql?
end