Sha256: 1c997f07d65be7b31812908913596ac970b3b20d2febf460eca872c0a19fed9c

Contents?: true

Size: 215 Bytes

Versions: 10

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true

module DHC::Formats
  autoload :Form, 'dhc/formats/form'
  autoload :JSON, 'dhc/formats/json'
  autoload :Multipart, 'dhc/formats/multipart'
  autoload :Plain, 'dhc/formats/plain'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dhc-3.0.0 lib/dhc/formats.rb
dhc-2.4.0 lib/dhc/formats.rb
dhc-2.3.0 lib/dhc/formats.rb
dhc-2.2.1 lib/dhc/formats.rb
dhc-2.2.0 lib/dhc/formats.rb
dhc-2.1.1 lib/dhc/formats.rb
dhc-2.1.0 lib/dhc/formats.rb
dhc-2.0.1 lib/dhc/formats.rb
dhc-2.0.0 lib/dhc/formats.rb
dhc-1.0.0 lib/dhc/formats.rb