aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/method/case_compare_spec.rb
blob: f75eff873ca48d34595e2b53fb792710161fd0d2 (plain)
1
2
3
4
5
6
7
8
9
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/call', __FILE__)

ruby_version_is "2.5" do
  describe "Method#===" do
    it_behaves_like(:method_call, :===)
  end
end