Class: CDMBL::FilterBadCollections

Inherits:
Object
  • Object
show all
Defined in:
lib/cdmbl/formatters.rb

Class Method Summary collapse

Class Method Details

.format(value) ⇒ Object



154
155
156
# File 'lib/cdmbl/formatters.rb', line 154

def self.format(value)
  (/Collection information undefined/i =~ value) ? '' : value
end