Class: CDMDEXER::FilterBadCollections
- Inherits:
 - 
      Object
      
        
- Object
 - CDMDEXER::FilterBadCollections
 
 
- Defined in:
 - lib/cdmdexer/formatters.rb
 
Class Method Summary collapse
Class Method Details
.format(value) ⇒ Object
      148 149 150  | 
    
      # File 'lib/cdmdexer/formatters.rb', line 148 def self.format(value) (/Collection information undefined/i =~ value) ? '' : value end  |