Commit 952f2a35 authored by Eloy Duran's avatar Eloy Duran

Small cleanup.

parent f9d2cbce
......@@ -13,7 +13,7 @@ module Pod
end
def all_sets
all.map {|source| source.pod_sets}.flatten
all.map(&:pod_sets).flatten
end
def search(dependency)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment