Class: Gct::Command::Update::Analyze

Inherits:
Gct::Command::Update show all
Defined in:
lib/gct/command/update/analyze.rb

Instance Method Summary collapse

Methods inherited from Gct::Command

#auto_add_tag, #check_branch_can_be_update, #config_gitlab, #current_branch, #file_contents, #get_project, #gitlab_error, options, run

Constructor Details

#initialize(argv) ⇒ Analyze

Returns a new instance of Analyze.



10
11
12
13
# File 'lib/gct/command/update/analyze.rb', line 10

def initialize(argv)

  super
end

Instance Method Details

#runObject



15
16
17
# File 'lib/gct/command/update/analyze.rb', line 15

def run
  
end