woodruffw (William Woodruff)
- Email: william@yossarian.net
- Registered on: 12/19/2015
- Last connection: 08/28/2018
Issues
Activity
05/13/2018
-
11:32 PM Ruby master Bug #14429: Overzealous escaping of + in Shellwords
- Ping (and confirming that this is still the case on `2.5.1p57`).
01/31/2018
-
08:09 PM Ruby master Bug #14429 (Closed): Overzealous escaping of + in Shellwords
- The `Shellwords` module is currently a little too conservative: `+` isn't a token in Bourne sh[1], but `Shellwords` e...
01/11/2017
-
05:06 AM CommonRuby Feature #13122: Special syntax for Hash#default_proc
- Realized I forgot commas in the examples:
~~~ruby
my_hash = {
key: "value",
*: proc { |h, k| h[k] = "other ... -
04:52 AM CommonRuby Feature #13122: Special syntax for Hash#default_proc
- Nobuyoshi Nakada wrote:
> What about
>
> ```ruby
> MY_HASH = Hash.new {|h, k| "other value"}.update(
> key: "... -
01:46 AM CommonRuby Feature #13122 (Rejected): Special syntax for Hash#default_proc
- The current Hash#default_proc flow usually looks something like this:
~~~ ruby
my_hash = { key: "value" }
my_has...
Also available in: Atom