Sha256: 596756fd7da32c078886e3d054e47bf76289539e3fbecf12ed0aca21ca1cbc5c

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 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

3 entries across 3 versions & 1 rubygems

Version Path
lono-5.1.1 lib/lono/script/base.rb
lono-5.1.0 lib/lono/script/base.rb
lono-5.0.1 lib/lono/script/base.rb