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