Method: MIME::Type#to_s

Defined in:
lib/mime/type.rb

#to_sObject

Returns the MIME::Type as a string.



531
532
533
# File 'lib/mime/type.rb', line 531

def to_s
  content_type
end