Method: Mime::AllType#initialize
- Defined in:
- actionpack/lib/action_dispatch/http/mime_type.rb
#initialize ⇒ AllType
Returns a new instance of AllType.
352 353 354 |
# File 'actionpack/lib/action_dispatch/http/mime_type.rb', line 352 def initialize super "*/*", nil end |