Top Level Namespace

Defined Under Namespace

Modules: Enumerable, Justprep Classes: File, Pathname, String

Constant Summary collapse

IMPLEMENTATION =

warn_indent: true

File: justprep.rb Desc: A preprocessor to “just” cli tool By: Dewayne VanHoozer ([email protected])

The following system environment variable are supported:

variable name default value ——————— ————- JUSTPREP_FOR .….….… ‘just’ JUSTPREP_FILENAME_IN … ‘main.just’ JUSTPREP_FILENAME_OUT … ‘justfile’ JUSTPREP_KEYWORDS … ‘import include require with’ JUSTPREP_MODULE_KEYWORD . ‘module’

NOTE:

JUSTPREP_KEYWORDS  ** CANNOT ** include the value for
JUSTPREP_MODULE_KEYWORD
"Ruby"
COMMON_DIR =

The common directory contains files which are usable in both the Ruby gem and compiled Crystal implementations The files have the extension “.crb”

Pathname.new(__FILE__) + '../justprep/common'