Class: Preparer
- Inherits:
-
Object
- Object
- Preparer
- Defined in:
- lib/committer-tools.rb
Constant Summary collapse
- AUTH_FILE =
'.ctconfig'
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
146 147 148 149 150 |
# File 'lib/committer-tools.rb', line 146 def run HTTPHelper.token = get_auth() pr = get_pr() get_github_pr(pr) end |