60 61 62 63 64
# File 'lib/querly/cli/rules.rb', line 60 def empty(array) unless array.empty? yield array.to_a end end