apply :nodoc: only to Kemal::FileUpload instead of the whole Kemal (#320)

This commit is contained in:
Brian J. Cardiff 2017-03-02 07:15:48 -03:00 committed by Serdar Dogruyol
parent d0e04918c3
commit 25af53b70d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# :nodoc:
module Kemal
# :nodoc:
struct FileUpload
getter tmpfile : Tempfile
getter filename : String?