lib/appium_lib/rails/duplicable.rb in appium_lib-6.0.0 vs lib/appium_lib/rails/duplicable.rb in appium_lib-7.0.0

- old
+ new

@@ -1,5 +1,7 @@ +# rubocop:disable Style/BlockComments +# rubocop:disable Lint/HandleExceptions # https://github.com/rails/rails/blob/e120d21211f9644e9b832e51ba7aa6c45448b782/activesupport/lib/active_support/core_ext/object/duplicable.rb =begin Copyright (c) 2005-2011 David Heinemeier Hansson Permission is hereby granted, free of charge, to any person obtaining @@ -111,6 +113,6 @@ true end rescue TypeError # can't dup, so use superclass implementation end -end \ No newline at end of file +end