module Sesh
require ‘tmuxinator’ require ‘yaml’
Constants
- DEFAULT_OPTIONS
- HELP_BANNER
- POSSIBLE_CONFIG_LOCATIONS
- VERSION
Public Class Methods
format_and_run_command(command)
click to toggle source
# File lib/sesh.rb, line 52 def self.format_and_run_command(command) `#{format_command(command)}`.strip end
format_command(command)
click to toggle source
# File lib/sesh.rb, line 51 def self.format_command(command) command.gsub(/\ [ ]+/, ' ').strip end