lib/pact/provider/world.rb in pact-1.42.2 vs lib/pact/provider/world.rb in pact-1.42.3
- old
+ new
@@ -41,10 +41,10 @@
def pact_uri_sources
@pact_uri_sources ||= []
end
def pact_uris_from_pact_uri_sources
- pact_uri_sources.collect{| pact_uri_source| pact_uri_source.call }.flatten
+ pact_uri_sources.collect(&:call).flatten
end
end
end
end