Class: Jets::Commands::Upgrade

Inherits:
Base
  • Object
show all
Defined in:
lib/jets/commands/upgrade/v1.rb,
lib/jets/commands/upgrade.rb

Overview

This class tries to be idempotent, so users should be able to run it multiple times safely.

Defined Under Namespace

Classes: V1

Instance Method Summary collapse

Methods inherited from Base

autocomplete, banner, dispatch, eager_load!, help_list, inherited, klass_from_namespace, namespace_from_class, namespaced_commands, perform, special_class_map, subclasses

Instance Method Details

#v1Object



7
8
9
# File 'lib/jets/commands/upgrade.rb', line 7

def v1
  V1.new(options).run
end