8 9 10 11 12
# File 'lib/teamocil/command/split_window.rb', line 8 def options [].tap do |options| options << "-c '#{root}'" if root end end
4 5 6
# File 'lib/teamocil/command/split_window.rb', line 4 def to_s "split-window -t '#{name}' #{options.join(' ')}" end