kyledecot (Kyle Decot)
- Login: kyledecot
- Email: kyle.decot@icloud.com
- Registered on: 05/29/2013
- Last sign in: 02/21/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 4 | 5 |
Activity
02/21/2016
- 03:22 AM Ruby master Feature #8921: Allow select, reject, etc to accept a regex
- Has there been any thought on this?
12/26/2014
- 05:39 AM Ruby master Bug #10654 (Closed): Nil -> Rational Inconsistency
- I'm not sure if this is a bug or not but there seems to be some inconsistency in creating a rational from nil.
Rat...
07/31/2014
- 03:44 PM Ruby master Bug #10103 (Closed): Unable to refine class with CONSTANT
- When refining a class (such as `String` in the following example) it is impossible to assign a constant. The constant...
09/19/2013
- 10:45 AM Ruby master Feature #8921: Allow select, reject, etc to accept a regex
- Again, I understand that `grep` can do this but I feel that (especially in my reject example) that the intent is much...
- 12:24 AM Ruby master Feature #8921: Allow select, reject, etc to accept a regex
- =begin
Yes, grep would be a suitable alternative for `select` w/ a regex in this instance. What about for `reject` t...
09/18/2013
- 11:37 PM Ruby master Feature #8921 (Open): Allow select, reject, etc to accept a regex
- It would be handy if `select` could accept a regex. For example
```ruby
%w[foo bar baz].select(/^ba/) # => ["bar"...
09/02/2013
- 12:31 PM Ruby master Feature #8825: Symbol Argument to any?
- Yes. That's what I was thinking.
08/28/2013
- 02:54 AM Ruby master Feature #8825 (Rejected): Symbol Argument to any?
- It would be nice if `any?` could take a symbol much like `map`. For example:
foo.any?(&:bar)
06/04/2013
- 02:49 AM Ruby master Feature #8462: Module.remove_const inconsistant naming
- (Sorry for the duplicate post, this one can be deleted)
kyledecot (Kyle Decot) wrote:
> I understand that it's a dan... - 02:42 AM Ruby master Feature #8462: Module.remove_const inconsistant naming
- I understand that it's a dangerous operation but how does naming it inconsistently make any less so other than making...
Also available in: Atom