duckinator (Marie Markwell)
- Login: duckinator
- Email: me@marie.so
- Registered on: 07/21/2010
- Last sign in: 03/19/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
01/23/2016
- 01:41 AM Ruby master Misc #12004: Code of Conduct
- > Has anyone said the opposite? Or provided a single counter-example?
Well, to start with, this issue itself.
A... - 01:29 AM Ruby master Misc #12004: Code of Conduct
- > The Ruby community already feels it is a safe and respectful community.
The fact that this issue was raised and ... - 01:27 AM Ruby master Misc #12004: Code of Conduct
- To start: I 100% agree with adding a CoC. I also agree with using the Contributor Covenant. I would be willing to con...
10/28/2012
- 11:25 AM Ruby master Feature #6727: Add Array#rest (with implementation)
- Sorry that I forgot to check this again before.
I've done a bit of thinking and poking around since I ran across...
07/14/2012
- 12:34 AM Ruby master Feature #6727: Add Array#rest (with implementation)
- > @duckinator: Could you show us a real use case for Array#rest ?
I'll add another update in a bit with examples.
...
07/13/2012
- 02:50 PM Ruby master Feature #3591: Adding Numeric#divisor? (Have working implementation)
- Regarding Float, BigDecimal, Complex, and Rational: Agreed.
Regarding `42 % 5 == 0`, I somewhat agree: it can be a... - 12:31 PM Ruby master Feature #3591: Adding Numeric#divisor? (Have working implementation)
- I ran across this again, and decided to just implement it as `Numeric#divisible_by?`, since that makes the most sense...
- 02:33 PM Ruby master Feature #6727: Add Array#rest (with implementation)
- And I just double-checked if those behave the same, and they do *not*:
Incorrect:
>> [].drop(1)
=> []
>> first, *r... - 02:22 PM Ruby master Feature #6727: Add Array#rest (with implementation)
- > rest = arr.drop(1)
> _, *rest = arr
Those two methods you mentioned "work," but the first isn't very clear o... - 01:25 PM Ruby master Feature #6727 (Feedback): Add Array#rest (with implementation)
- =begin
I run into many instances where I end up using (({arr[1..-1]})), so I decided to add (({arr.rest})) to make t...
Also available in: Atom