Enable Style/SymbolProc

This commit is contained in:
gregoirenovel 2018-10-01 14:20:14 +02:00
parent 7e4268db67
commit d9d4f6fe20
16 changed files with 17 additions and 26 deletions

View file

@ -119,7 +119,7 @@ module Cellar
doc = Nokogiri::XML(bucket_listing_xml)
doc
.xpath('//xmlns:Contents/xmlns:Key')
.map{ |k| k.text }
.map(&:text)
end
def bulk_deletion_request_body(keys)