Method: Consular::ITerm#open_window
- Defined in:
- lib/consular/iterm.rb
#open_window(options = nil) ⇒ Object
Opens a new window and focuses on the new tab.
268 269 270 |
# File 'lib/consular/iterm.rb', line 268 def open_window( = nil) @terminal.create_window_with_default_profile end |