From 5a653a3d7820087577b1b266d00bb05ae8ed7f08 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sun, 12 Aug 2018 12:12:34 -0400 Subject: MIME::Types::Container is still an internal implementation detail. Continue to exclude it from docuemntation as it is not part of the public API. --- lib/mime/types/container.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mime/types/container.rb b/lib/mime/types/container.rb index e56ee2a..22f2242 100644 --- a/lib/mime/types/container.rb +++ b/lib/mime/types/container.rb @@ -9,7 +9,7 @@ require 'forwardable' # format (plus, a default of a mutable object resuls in a shared mess). # Hash#default_proc cannot be used without a wrapper because it prevents # Marshal serialization (and doesn't survive the round-trip). -class MIME::Types::Container +class MIME::Types::Container #:nodoc: extend Forwardable def initialize -- cgit v1.2.1