# File lib/mini_mime.rb, line 26 def [](idx) if idx == 0 @extension elsif idx == 1 @content_type elsif idx == 2 @encoding end end