Class: Cp8Cli::Commands::Submit
- Inherits:
- 
      Object
      
        - Object
- Cp8Cli::Commands::Submit
 
- Defined in:
- lib/cp8_cli/commands/submit.rb
Instance Method Summary collapse
- 
  
    
      #initialize(options = {})  ⇒ Submit 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Submit. 
- #run ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Submit
Returns a new instance of Submit.
| 4 5 6 | # File 'lib/cp8_cli/commands/submit.rb', line 4 def initialize( = {}) @options = end | 
Instance Method Details
#run ⇒ Object
| 8 9 10 11 | # File 'lib/cp8_cli/commands/submit.rb', line 8 def run branch.push branch.open_pr end |