summaryrefslogtreecommitdiff
path: root/spec/ruby/core/matchdata/eql_spec.rb
blob: 1d9666ebe122658f354866d7fba2e30eafa8cbd7 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/eql'

describe "MatchData#eql?" do
  it_behaves_like :matchdata_eql, :eql?
end
2020-08-27sed -i '/r_cast.h/d'卜部昌平 Notes: Merged: https://github.com/ruby/ruby/pull/3346 2020-08-27sed -i '\,2/extern.h,d'卜部昌平 Notes: Merged: https://github.com/ruby/ruby/pull/3338 2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平 To fix build failures. Notes: Merged: https://github.com/ruby/ruby/pull/3079 2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平 This shall fix compile errors. Notes: Merged: https://github.com/ruby/ruby/pull/3079 2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平 Split ruby.h Notes: Merged-By: shyouhei <shyouhei@ruby-lang.org> 2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada 2019-07-14Added depend filesNobuyoshi Nakada 2016-05-29auto_ext.rbnobu * ext/-test-/auto_ext.rb (auto_ext): utitily method to create extension libraries for tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2015-12-16handle ext/ as r53141naruse g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&# frozen_string_literal: false\n");f.rewind;f.write s}}' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2013-01-29proc.c: original aritynobu * proc.c (rb_mod_method_arity): return original arity of the method if aliased because of visibility change, like as Method#arity. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e