mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Rename MemoryIO to IO::Memory since it's deprecated on Crystal 0.20.0
This commit is contained in:
parent
733582f724
commit
6b034c3b2f
8 changed files with 18 additions and 18 deletions
|
@ -33,7 +33,7 @@ CONTENT_FOR_BLOCKS = Hash(String, Tuple(String, Proc(String))).new
|
|||
# setting the appropriate set of tags that should be added to the layout.
|
||||
macro content_for(key, file = __FILE__)
|
||||
%proc = ->() {
|
||||
__kilt_io__ = MemoryIO.new
|
||||
__kilt_io__ = IO::Memory.new
|
||||
{{ yield }}
|
||||
__kilt_io__.to_s
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue