Class: Cp8Cli::Commands::Open

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

def run
  Branch.current.open_pr
end