Class: Array
Instance Method Summary collapse
Instance Method Details
#deeply_empty? ⇒ Boolean
2 3 4 |
# File 'lib/reins/array.rb', line 2 def deeply_empty? empty? || all?(&:empty?) end |
2 3 4 |
# File 'lib/reins/array.rb', line 2 def deeply_empty? empty? || all?(&:empty?) end |