Module: Tornado::Applications::Firefox

Defined in:
lib/applications/firefox.rb

Instance Method Summary collapse

Instance Method Details

#open_new_tab(*args) ⇒ Object

depends on Firefox being the default browser, and configured to open new pages in new tabs



5
6
7
# File 'lib/applications/firefox.rb', line 5

def open_new_tab(*args)
  OSX.open_location(*args)
end