method
==
==(item)
public
Hide source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 79 def ==(item) @name == item.to_s end