Top Level Namespace

Defined in:

Constant Summary

BIN_PATH = "bin/code"
CRYSTAL_BIN = (`which crystal`).strip
CRYSTAL_VERSION = (`#{CRYSTAL_BIN} -v`).strip
SOURCE_PATH = File.expand_path("code")

Method Summary

Method Detail

def print_title(file) #

[View source]