sebyx07 (Sebastian Buza)
- Login: sebyx07
- Registered on: 12/30/2020
- Last sign in: 09/08/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 1 | 2 |
Activity
08/28/2024
- 12:24 PM Ruby master Feature #20703: Alias StringIO#string to StringIO#to_s/to_str
- @Dan0042 done, ty!
08/27/2024
- 10:46 PM Ruby master Feature #20703 (Rejected): Alias StringIO#string to StringIO#to_s/to_str
- # Description
Allow to use `StringIO.new('my string').to_s` to be the same as `StringIO.new('my string').string`
... - 06:50 PM Ruby master Feature #20692: Rewrite Array#bsearch in Ruby
- ty Hanmac
08/22/2024
- 09:04 PM Ruby master Feature #20692 (Open): Rewrite Array#bsearch in Ruby
- inspired by https://bugs.ruby-lang.org/issues/20182
# Proporsal
Rewrite Array#bsearch
```ruby
class Array
...
12/30/2020
- 07:42 AM Ruby master Feature #17316: On memoization
- IMO there should be an operator in the language directly to keep it more dry.
```ruby
def my_method # current...
Also available in: Atom