We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 344e18e + a7526f4 commit 9243969Copy full SHA for 9243969
core/matchdata/values_at_spec.rb
@@ -1,6 +1,6 @@
1
require_relative '../../spec_helper'
2
3
-describe "Struct#values_at" do
+describe "MatchData#values_at" do
4
# Should be synchronized with core/array/values_at_spec.rb and core/struct/values_at_spec.rb
5
#
6
# /(.)(.)(\d+)(\d)/.match("THX1138: The Movie").to_a # => ["HX1138", "H", "X", "113", "8"]
0 commit comments