We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Array#one?
array.length.equal?(1)
People usually do not want this:
[nil].one? # false
And if they want it they should provide evidence, in form of a test.