Flowdock
method

unescape_filename?

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: CGI::QueryExtension
unescape_filename?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/cgi/core.rb, line 608
    def unescape_filename?  #:nodoc:
      user_agent = $CGI_ENV['HTTP_USER_AGENT']
      return /Mac/.match(user_agent) && /Mozilla/.match(user_agent) && !/MSIE/.match(user_agent)
    end
Register or log in to add new notes.