mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
apply :nodoc: only to Kemal::FileUpload instead of the whole Kemal (#320)
This commit is contained in:
parent
d0e04918c3
commit
25af53b70d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# :nodoc:
|
|
||||||
module Kemal
|
module Kemal
|
||||||
|
# :nodoc:
|
||||||
struct FileUpload
|
struct FileUpload
|
||||||
getter tmpfile : Tempfile
|
getter tmpfile : Tempfile
|
||||||
getter filename : String?
|
getter filename : String?
|
||||||
|
|
Loading…
Reference in a new issue