Sha256: d1226e36186c2990919ada00015341bbf2f9814ea9ea473483a9376881464a43
Contents?: true
Size: 514 Bytes
Versions: 25
Compression:
Stored size: 514 Bytes
Contents
# Naming AppFile instead of File so we dont to use ::File for normal regular File class module Lono::AppFile class Base include Lono::Blueprint::Root extend Memoist def initialize(blueprint, options={}) @blueprint, @options = blueprint, options @template = @options[:template] || @blueprint Lono::ProjectChecker.check set_blueprint_root(@blueprint) Lono::ProjectChecker.empty_templates initialize_variables end def initialize_variables end end end
Version data entries
25 entries across 25 versions & 1 rubygems