class CDMDEXER::FilterBadCollections

Public Class Methods

format(value) click to toggle source
# File lib/cdmdexer/formatters.rb, line 148
def self.format(value)
  (/Collection information undefined/i =~ value) ? '' : value
end