Method: MGit::Pull#execute
- Defined in:
- lib/m-git/command/pull.rb
#execute(argv) ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/m-git/command/pull.rb', line 23 def execute(argv) if argv.opt(OPT_LIST[:no_check]) simple_pull(argv) return end verbose_pull(argv) end |