File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
src/main/ruby/truffleruby/core Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ def string
66
66
def captures
67
67
to_a [ 1 ..-1 ]
68
68
end
69
+ alias_method :deconstruct , :captures
69
70
70
71
def names
71
72
regexp . names
Original file line number Diff line number Diff line change 39
39
exclude :test_match_control_meta_escape , "<0> expected but was"
40
40
exclude :test_initialize_option , "<//m> expected but was"
41
41
exclude :test_initialize_bool_warning , "expected: /expected true or false as ignorecase/"
42
- exclude :test_match_data_deconstruct , "NoMethodError: undefined method `deconstruct' for #<MatchData \" foobarbaz\" >"
43
42
exclude :test_linear_time_p , "NoMethodError: undefined method `linear_time?' for Regexp:Class"
44
43
exclude :test_match_data_deconstruct_keys , "NoMethodError: undefined method `deconstruct_keys' for #<MatchData \" foobarbaz\" >"
45
44
exclude :test_extended_comment_invalid_escape_bug_18294 , "assert_separately failed with error message"
You can’t perform that action at this time.
0 commit comments