instance method
each
Ruby on Rails 6.0.6
Since v5.2.8.1Signature
each()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 15
def each
@mimes.each { |x| yield x }
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::Mimes