class Cp8Cli::Commands::Open

Public Instance Methods

run() click to toggle source
# File lib/cp8_cli/commands/open.rb, line 4
def run
  Branch.current.open_pr
end