Class: Minibidi::Firefox

Inherits:
Object
  • Object
show all
Defined in:
lib/minibidi/firefox.rb

Class Method Summary collapse

Class Method Details

.launch(&block) ⇒ Object



3
4
5
# File 'lib/minibidi/firefox.rb', line 3

def self.launch(&block)
  FirefoxLauncher.new.launch(&block)
end