We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6a149 commit 2703ee4Copy full SHA for 2703ee4
src/cling.cr
@@ -11,11 +11,3 @@ require "./cling/value"
11
module Cling
12
VERSION = "3.0.0"
13
end
14
-
15
-# TODO: move this to cling/spec
16
-{% if @top_level.has_constant?("Spec") %}
17
- module Cling::Executor
18
- private def self.handle_exit(ex : Cling::ExitProgram) : Nil
19
- end
20
21
-{% end %}
0 commit comments