module

Lucky

Constants

ContinuedPipeLog = Log.for("continued_pipe_log")
Log = ::Log.for("lucky")
ROUTER = Lucky::Router.new
VERSION = "1.5.0"

Class methods

root

Use Dir.current to return the root folder of your Lucky application.

In some frameworks there is a method called root that returns the root directory of the project. In Crystal there is a built-in method for this: Dir.current. This method exists purely to help new users find Dir.current. If you call Lucky.root it will raise a compile-time error directing you to use Dir.current

Source
router
Source

Macros

set_version
Source

Nested types