summaryrefslogtreecommitdiff
path: root/spec/ruby/core/matchdata/deconstruct_spec.rb
blob: 6af55113b68a6f5d0576ef188aa5784e93feaa80 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/captures'

describe "MatchData#deconstruct" do
  ruby_version_is "3.2" do
    it_behaves_like :matchdata_captures, :deconstruct
  end
end