We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use the method empty?, instead of checking for size equals to 0. The method empty? is faster.
empty?
a.size = 0
a.empty?
Note
This page is generated. Any changes made to this page through the wiki will be lost in the future.