Sha256: ee6b0ea89e9b763ba884192589068bd1c2b5d8fcbe5840a08086e7ebdd639685
Contents?: true
Size: 415 Bytes
Versions: 28
Compression:
Stored size: 415 Bytes
Contents
class Lono::Script class Base SCRIPTS_INFO_PATH = "#{Lono.config.output_path}/data/scripts_info.txt" include Lono::Blueprint::Root def initialize(blueprint, options={}) @blueprint, @options = blueprint, options @template = @options[:template] || @blueprint Lono::ProjectChecker.check set_blueprint_root(@blueprint) Lono::ProjectChecker.empty_templates end end end
Version data entries
28 entries across 28 versions & 1 rubygems