Module: NotBlank::Enumerable

Defined in:
lib/not_blank.rb

Instance Method Summary collapse

Instance Method Details

#nbObject



11
12
13
# File 'lib/not_blank.rb', line 11

def nb
  (a = map(&:nb).compact).empty? ? nil : a
end