Method: Command::Push.command_string
- Defined in:
- lib/lighthouse_branch/commands/push.rb
.command_string(branch_name, ticket_id, args) ⇒ Object
8 9 10 |
# File 'lib/lighthouse_branch/commands/push.rb', line 8 def self.command_string(branch_name, ticket_id, args) "git push #{args.shift} #{branch_name}" end |