Class: Avmtrf1::Tools::Runner::Git::PushLarge
- Inherits:
-
Object
- Object
- Avmtrf1::Tools::Runner::Git::PushLarge
- Defined in:
- lib/avmtrf1/tools/runner/git/push_large.rb
Constant Summary collapse
- DEFAULT_REPO_PATH =
'.'
- DEFAULT_REMOTE =
'origin'
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
24 25 26 27 28 29 30 31 |
# File 'lib/avmtrf1/tools/runner/git/push_large.rb', line 24 def run ::Avmtrf1::Git::PushLarge.new( ::File.(repo_path), remote, parsed.source_ref, parsed.target_ref ).run end |