File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/main/ruby/truffleruby/core Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 1
1
fails:Public methods on Array should include all?
2
2
fails:Public methods on Array should include none?
3
3
fails:Public methods on Array should include one?
4
- fails:Public methods on Array should not include frozen?
5
4
fails:Public methods on Complex should include to_c
6
5
fails:Public methods on Complex should not include divide
7
6
fails:Public methods on Complex should not include marshal_load
Original file line number Diff line number Diff line change @@ -1029,6 +1029,5 @@ class Array
1029
1029
alias_method :take , :take
1030
1030
alias_method :drop_while , :drop_while
1031
1031
alias_method :take_while , :take_while
1032
- alias_method :frozen? , :frozen?
1033
1032
alias_method :sum , :sum
1034
1033
end
You can’t perform that action at this time.
0 commit comments