Returns a new instance of Browser.
3 4 5 6 7
# File 'lib/webr/jasmine/browser.rb', line 3 def initialize(format) super() @scripts << "#{Webr::HOME_PATH}/ext/jasmine/lib/jasmine.js" @env["WebrReporter"] = Reporter[format] end