sheerun (Adam Stankiewicz)
- Login: sheerun
- Email: sheerun@sher.pl
- Registered on: 07/10/2016
- Last sign in: 09/24/2020
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 1 | 2 |
Activity
09/24/2020
- 03:45 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
- Nice, it actually suits me.
I'll leave this issue open though, because I agree with what Benoit said above - 01:33 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
- String doesn't have dup method
- 12:24 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
- Little more advanced, but common usecase, which also doesn't have built-in function is replacing all strings in simpl...
- 12:20 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
For now I'm using self-implemented function, but I wish there was something built-in:
```rb
class String
# S...- 12:02 PM Ruby master Feature #17184: No stdlib function to perform simple string replacement
- byroot (Jean Boussier) wrote in #note-2:
> The intended API for that is `String[]=`, e.g.
Is there a non-mutable ... - 11:37 AM Ruby master Feature #17184 (Assigned): No stdlib function to perform simple string replacement
- I have following simple `build.rb`:
```rb
template = File.read('template.vim')
script = File.read('script.vim')
...
10/05/2017
- 06:21 PM Ruby master Feature #5964: Make Symbols an Alternate Syntax for Strings
- matz (Yukihiro Matsumoto) wrote:
> In Ruby, Symbols annd Strings are different in both semantics and behavior (and i... - 06:19 PM Ruby master Feature #7792: Make symbols and strings the same thing
- @shyouhei @matz Could this be revisited as ruby now has frozen strings? They behave pretty much the same as symbols.
...
07/10/2016
- 11:05 PM Ruby master Feature #12581 (Closed): Incorporate ActiveSupport extensions (or their equivalents) into the stdlib
- Hey,
The ruby developers are so used to ActiveSupport extensions used by Rails, its even hard for them to tell wha...
Also available in: Atom