aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/method/equal_value_spec.rb
blob: 365e0ac424fc2937ae92f9f349ad601113540411 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/eql', __FILE__)

describe "Method#==" do
  it_behaves_like(:method_equal, :==)
end