Method: Tmuxinator::Project#socket

Defined in:
lib/tmuxinator/project.rb

#socketObject



218
219
220
221
222
223
224
# File 'lib/tmuxinator/project.rb', line 218

def socket
  if socket_path
    " -S #{socket_path}"
  elsif socket_name
    " -L #{socket_name}"
  end
end