Sha256: b284283b9fd8a1fcd1cca2b01c6c9b636f5911abc9ed285c4e846f74687b345c
Contents?: true
Size: 277 Bytes
Versions: 23
Compression:
Stored size: 277 Bytes
Contents
module Cody::Evaluate module Interface # Useful interface methods if want to run more generalized code in the evaluated DSL files def project_name @options["project_name"] end def full_project_name @options["full_project_name"] end end end
Version data entries
23 entries across 23 versions & 1 rubygems