class Teamocil::Command::ListPanes

Public Instance Methods

options() click to toggle source
# File lib/teamocil/command/list_panes.rb, line 8
def options
  [].tap do |options|
    options << "-t '#{index}'" if index
  end
end
to_s() click to toggle source
# File lib/teamocil/command/list_panes.rb, line 4
def to_s
  "list-panes #{options.join(' ')}"
end