Method: Consular::GnomeTerminal#execute_command
- Defined in:
- lib/consular/gnome-terminal.rb
#execute_command(cmd, options = {}) ⇒ Object
Execute the given command in the context of the active window.
156 157 158 |
# File 'lib/consular/gnome-terminal.rb', line 156 def execute_command(cmd, = {}) run_in_active_gnome_terminal cmd, end |