File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
src/main/ruby/truffleruby/core Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Bug fixes:
21
21
* Fix using the ` --cpusampler ` profiler when there are custom unblock functions for ` rb_thread_call_without_gvl() ` (#3013 , @eregon ).
22
22
* Fix recursive raising ` FrozenError ` exception when redefined ` #inspect ` modifies an object (#3388 , @andrykonchin ).
23
23
* Fix ` Integer#div ` returning the wrong object type when the divisor is a ` Rational ` (@simonlevasseur , @nirvdrum ).
24
+ * Remove constant ` Random::DEFAULT ` (#3039 , @patricklinpl )
24
25
25
26
Compatibility:
26
27
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ def initialize(value)
53
53
end
54
54
55
55
class Random
56
- DEFAULT = self
57
- deprecate_constant :DEFAULT
58
-
59
56
def self . new_seed
60
57
Primitive . thread_randomizer . generate_seed
61
58
end
You can’t perform that action at this time.
0 commit comments