lib/rubocop/cop/style/favor_join.rb in rubocop-0.9.1 vs lib/rubocop/cop/style/favor_join.rb in rubocop-0.10.0

- old
+ new

@@ -18,11 +18,9 @@ method_name == :* && arg_nodes[0].type == :str add_offence(:convention, node.loc.selector, MSG) end - - super end end end end end