Sha256: c73448751d0945d2a32110d1b807ca0f696cc2c6bcd7c7ca844ef729cf883fb7

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

class Lono::CLI
  class Base < Abstract
    def reinitialize(options={})
      super
      @blueprint = Lono::Blueprint.new(options)
      @stack = Lono::Names.new(options).stack
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc2 lib/lono/cli/base.rb
lono-8.0.0.pre.rc1 lib/lono/cli/base.rb