Method: Mime::Mimes#each
- Defined in:
- actionpack/lib/action_dispatch/http/mime_type.rb
#each(&block) ⇒ Object
19 20 21 |
# File 'actionpack/lib/action_dispatch/http/mime_type.rb', line 19 def each(&block) @mimes.each(&block) end |
19 20 21 |
# File 'actionpack/lib/action_dispatch/http/mime_type.rb', line 19 def each(&block) @mimes.each(&block) end |