Class: Teamocil::Command::SetWindowOption

Inherits:
Object
  • Object
show all
Defined in:
lib/teamocil/command/set_window_option.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/teamocil/command/set_window_option.rb', line 4

def to_s
  "set-window-option -t '#{name}' #{option} #{value}"
end