lib/selenium/client/selenium_helper.rb in selenium-client-1.1 vs lib/selenium/client/selenium_helper.rb in selenium-client-1.2

- old
+ new

@@ -22,14 +22,14 @@ @selenium.select(inputLocator, optionLocator) end # Passes all calls to missing methods to @selenium def method_missing(method_name, *args) - if args.empty? - @selenium.send(method_name) - else - @selenium.send(method_name, *args) - end + if args.empty? + @selenium.send(method_name) + else + @selenium.send(method_name, *args) + end end end end end \ No newline at end of file