method
each
v5.2.3 -
Show latest stable
- Class:
Mime::Mimes
each()public
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 17
def each
@mimes.each { |x| yield x }
end each()No documentation available.
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 17
def each
@mimes.each { |x| yield x }
end