Method: Jets::Commands::StackInfo#stack_type

Defined in:
lib/jets/commands/stack_info.rb

#stack_typeObject



8
9
10
# File 'lib/jets/commands/stack_info.rb', line 8

def stack_type
  first_run? ? :minimal : :full
end