Class: Teamocil::Command::SendKeysToPane

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  "send-keys -t '#{index}' '#{keys}'"
end