Class: Cp8Cli::Commands::Ci

Inherits:
Object
  • Object
show all
Defined in:
lib/cp8_cli/commands/ci.rb

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
# File 'lib/cp8_cli/commands/ci.rb', line 4

def run
  Branch.current.open_ci # TODO: move to /commands
end