Class: GithubPullRequestCreator

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/app/github_pull_request_creator.rb

Instance Method Summary collapse

Instance Method Details

#run(opts) ⇒ Object



4
5
6
# File 'lib/renuo/cli/app/github_pull_request_creator.rb', line 4

def run(opts)
  create_pr(opts)
end