Skip to content

Commit d6566f7

Browse files
committed
[GR-17457] Remove Array#frozen?
PullRequest: truffleruby/2357
2 parents b7090ac + 1976554 commit d6566f7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/tags/truffle/methods_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
fails:Public methods on Array should include all?
22
fails:Public methods on Array should include none?
33
fails:Public methods on Array should include one?
4-
fails:Public methods on Array should not include frozen?
54
fails:Public methods on Complex should include to_c
65
fails:Public methods on Complex should not include divide
76
fails:Public methods on Complex should not include marshal_load

src/main/ruby/truffleruby/core/enumerable.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,5 @@ class Array
10291029
alias_method :take, :take
10301030
alias_method :drop_while, :drop_while
10311031
alias_method :take_while, :take_while
1032-
alias_method :frozen?, :frozen?
10331032
alias_method :sum, :sum
10341033
end

0 commit comments

Comments
 (0)