Method: Mime::NullType#method_missing

Defined in:
actionpack/lib/action_dispatch/http/mime_type.rb

#method_missing(method) ⇒ Object (private)



383
384
385
# File 'actionpack/lib/action_dispatch/http/mime_type.rb', line 383

def method_missing(method, ...)
  false if method.end_with?("?")
end