Skip to content

Commit 9243969

Browse files
authored
Merge pull request #1097 from herwinw/matchdata_values_at
Copy-paste fix in specs of MatchData#values_at
2 parents 344e18e + a7526f4 commit 9243969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/matchdata/values_at_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require_relative '../../spec_helper'
22

3-
describe "Struct#values_at" do
3+
describe "MatchData#values_at" do
44
# Should be synchronized with core/array/values_at_spec.rb and core/struct/values_at_spec.rb
55
#
66
# /(.)(.)(\d+)(\d)/.match("THX1138: The Movie").to_a # => ["HX1138", "H", "X", "113", "8"]

0 commit comments

Comments
 (0)