Class: Teamocil::Command::SendKeys

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

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