Method: MIME::Type#inspect
- Defined in:
- lib/mime/type.rb
#inspect ⇒ Object
:nodoc:
609 610 611 612 613 |
# File 'lib/mime/type.rb', line 609 def inspect # :nodoc: # We are intentionally lying here because MIME::Type::Columnar is an # implementation detail. "#<MIME::Type: #{self}>" end |