instance method
<<
Ruby on Rails 5.1.7
Since v5.0.7.2Signature
<<(type)
No documentation comment.
Parameters
-
typereq
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 18
def <<(type)
@mimes << type
@symbols = nil
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::Mimes