Sha256: fa3e7a838c8e13eb822f86477635147eaf49c3f1210e61cc4dc50d0c15ff60cb
Contents?: true
Size: 354 Bytes
Versions: 5
Compression:
Stored size: 354 Bytes
Contents
module BrowserShooter module Commands class Base attr_reader :driver, :browser, :output_path def initialize( driver, browser, output_path ) @driver = driver @browser = browser @output_path = output_path end def self.plug( _module ) include( _module ) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems