lib/rubocop/cop/style/method_def_parentheses.rb in rubocop-0.37.2 vs lib/rubocop/cop/style/method_def_parentheses.rb in rubocop-0.38.0

- old
+ new

@@ -69,13 +69,9 @@ end def arguments?(args) !args.children.empty? end - - def parentheses?(args) - args.loc.begin - end end end end end