14 15 16 17
# File 'lib/pair/session/tmux.rb', line 14 def start args = %W[-S #{socket_path} new-session -d] system tmux, *args end