joel@drapper.me (Joel Drapper)
- Login: joel@drapper.me
- Email: joel@drapper.me
- Registered on: 05/13/2022
- Last sign in: 11/10/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 1 | 2 |
Like
Activity
03/08/2023
- 12:14 PM Ruby master Feature #19432: Introduce a wrapping operator (&) to Proc
- Your examples of `strong` and `em` return a string but they don't buffer it anywhere. In order to use them like this ...
- 12:04 PM Ruby master Feature #19484 (Open): Calling `binding` on a C-level proc raises an `ArgumentError`
- Calling `binding` on a C-level proc (from `&:symbol`) raises an `ArgumentError`, "Can't create Binding from C level P...
02/11/2023
- 11:16 AM Ruby master Feature #19432: Introduce a wrapping operator (&) to Proc
- Yes, I included an example in the original description. If we need to wrap a Proc in another Proc, there doesn't seem...
02/10/2023
- 02:08 PM Ruby master Feature #19432 (Feedback): Introduce a wrapping operator (&) to Proc
- I don't know if this concept exists under another name, or whether there’s a technical term for it. I often find myse...
09/11/2022
- 10:45 AM Ruby master Feature #18798: `UnboundMethod#==` with inherited classes
- This would be really helpful for checking if a class has redefined a method inherited form a superclass.
As an exa...
06/18/2022
- 05:28 PM Ruby master Feature #18644: Coerce anything callable to a Proc
- I really like the first option but unfortunately it would make every object respond to `to_proc` even when they don't...
05/13/2022
- 11:32 AM Ruby master Feature #17316: On memoization
- I've been experimenting with doing memoization by passing a block to `attr_reader` / `attr_accessor`, e.g.
```ruby
a...
Also available in: Atom