Module: LocalCOB

Defined in:
lib/local_cob.rb

Overview

_ _ _ _ _ | | _ __ __ _| | / __/ _ | _ ) | |__/ _ / _/ _` | | | (_| (_) | _ \ |_/__,_|_| __/|_/

This is the original COB

Class Method Summary collapse

Class Method Details

.runObject



12
13
14
# File 'lib/local_cob.rb', line 12

def self.run
  Git.checkout_branch(ARGV.join(' '))
end