Class: Teamocil::Command::ListPanes
- Inherits:
-
Object
- Object
- Teamocil::Command::ListPanes
- Defined in:
- lib/teamocil/command/list_panes.rb
Instance Method Summary collapse
Instance Method Details
#options ⇒ Object
8 9 10 11 12 |
# File 'lib/teamocil/command/list_panes.rb', line 8 def [].tap do || << "-t '#{index}'" if index end end |
#to_s ⇒ Object
4 5 6 |
# File 'lib/teamocil/command/list_panes.rb', line 4 def to_s "list-panes #{.join(' ')}" end |