Sha256: 6898b1f452ded4be364ad88bd4c83ad3304b2124bb0230712b74f37b3b230f08
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 Bytes
Contents
require_relative "extraction/version" require_relative "extraction/configuration" require_relative "extraction/extractor" module Ddr # # Ddr::Extraction - A file text and metadata extraction service. # module Extraction class << self def config @config ||= Configuration.new end # Yields a configuration object for the service def configure yield config end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ddr-extraction-0.2.1 | lib/ddr/extraction.rb |