Useless code removed
Options given to the Browser initializator improved
This commit is contained in:
@@ -197,9 +197,9 @@ class Browser
|
||||
# Override with the options if they are set
|
||||
def override_config_with_options(options)
|
||||
options.each do |option, value|
|
||||
#if ACCESSOR_OPTIONS.include?(option)
|
||||
if ACCESSOR_OPTIONS.include?(option)
|
||||
self.send(:"#{option}=", value)
|
||||
#end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user