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
140 141 142 143 144 |
# File 'lib/committer-tools.rb', line 140 def run HTTPHelper.token = get_auth() pr = get_pr() get_github_pr(pr) end |