method
to_s
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::Http::ContentDisposition
to_s()public
No documentation available.
# File actionpack/lib/action_dispatch/http/content_disposition.rb, line 31
def to_s
if filename
"#{disposition}; #{ascii_filename}; #{utf8_filename}"
else
"#{disposition}"
end
end