module Sloth::ArrayHelpers

Public Instance Methods

cleanup() click to toggle source
# File lib/sloth/array_helpers.rb, line 3
def cleanup
  flatten.compact.uniq.reject(&:empty?)
end