aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/proc/eql_spec.rb
blob: e0cc80bb4858e46748b0ce1f130d1f870fc48c59 (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