module Hace

Extended Modules

Defined in:

hace.cr

Constant Summary

ENVIRONMENT = {} of String => String
VARIABLES = {} of String => YAML::Any
VERSION = {{ (`shards version /home/runner/work/hace/hace/src`).chomp.stringify }}

Class Method Summary

Class Method Detail

def self.expand_glob(str : String) : Array(String) #

[View source]
def self.expand_string(str : String, variables = Hace::VARIABLES) : String #

[View source]