struct Cake::Env
- Cake::Env
- Struct
- Value
- Object
Overview
Represents an environment for building a target.
Defined in:
cake/env.crConstructors
Instance Method Summary
-
#args : Array(String)
Returns the arguments that were passed after the
--
. -
#deps : Array(String)
Returns the dependencies.
- #initialize
-
#modified_deps : Array(String)
Returns the file dependencies that were modified.
-
#name : String
Returns the name of the target.
-
#verbose : Bool
Returns whether the output should be verbose.