Method: Commands::Type#go

Defined in:
lib/commands/type.rb

#goObject



7
8
9
# File 'lib/commands/type.rb', line 7

def go
  `osascript -e 'tell application "System Events" to keystroke "#{@keys}"'`
end