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