Move Crystal core classes to ext

This commit is contained in:
Sdogruyol 2017-03-04 00:01:26 +03:00
parent 596452f838
commit 8331beceef
3 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require "json"
require "uri"
require "tempfile"
require "./kemal/*"
require "./kemal/ext/*"
require "./kemal/helpers/*"
# This is literally `hack` to fix [Crystal issue #4060](https://github.com/crystal-lang/crystal/issues/4060)