mikegee (Michael Gee)
- Login: mikegee
- Email: michaelpgee@gmail.com
- Registered on: 10/06/2014
- Last sign in: 03/13/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 0 | 1 |
Activity
06/04/2019
- 02:29 PM Ruby master Feature #15897: `it` as a default block parameter
- > RSpec won't break because their "it" requires an argument
Unfortunately this is not accurate. RSpec has a shorth...
11/29/2017
- 02:42 PM Ruby master Feature #14136: Implement #empty? on more classes
- There seems to be some confusion about what I'm asking for here. I know how to use these classes to make my code work...
- 12:34 AM Ruby master Feature #14136: Implement #empty? on more classes
- Sorry, that Rubocop issue does have a bunch of unrelated discussion. I should have summarized the parts I was referri...
11/28/2017
- 03:12 PM Ruby master Feature #14136 (Open): Implement #empty? on more classes
- Hi Ruby Friends!
Rubocop prefers `#empty?` over `length == 0` and `size == 0`, which is great for `String`, `Array...
08/08/2017
- 03:01 PM Ruby master Feature #13784: Add Enumerable#filter as an alias of Enumerable#select
- I prefer not adding this alias. I understand that it is beneficial for people familiar with other languages that have...
10/06/2014
- 01:46 PM Ruby master Feature #10320: require into module
- So Wieso wrote:
> ~~~ruby
> require 'file' in Lib
> # is equivalent
> module Lib
> require 'file'
> end
> ~~...
Also available in: Atom