summaryrefslogtreecommitdiff
path: root/lib/mime/types/container.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mime/types/container.rb')
-rw-r--r--lib/mime/types/container.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mime/types/container.rb b/lib/mime/types/container.rb
index 094682b..441debe 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 #:nodoc:
+class MIME::Types::Container # :nodoc:
extend Forwardable
def initialize(hash = {})