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