remove conflict marker

This commit is contained in:
Vijay Dev 2011-12-23 01:08:53 +05:30
parent 16dbe1db1e
commit 1a18198af0

@ -46,7 +46,6 @@ def each_with_object(memo)
end
memo
end unless [].respond_to?(:each_with_object)
>>>>>>> parent of 4d20de8... Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*
# Convert an enumerable to a hash. Examples:
#