Contains classes which are used for extracting content and meta data from various content types.
process the given content depending on it’s content_type.
[Source]
# File lib/rdig/content_extractors.rb, line 8 8: def self.process(content, content_type) 9: ContentExtractor.process(content, content_type) 10: end
[Validate]