Skip to content

Commit

Permalink
Merge pull request taf2#272 from sriedel/patch-1
Browse files Browse the repository at this point in the history
Fix example call of Curl::Multi.get
  • Loading branch information
taf2 committed Nov 12, 2015
2 parents 398c9da + 9572e5e commit acdbb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl/multi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Curl
class Multi
class << self
# call-seq:
# Curl::Multi.get('url1','url2','url3','url4','url5', :follow_location => true) do|easy|
# Curl::Multi.get(['url1','url2','url3','url4','url5'], :follow_location => true) do|easy|
# easy
# end
#
Expand Down

0 comments on commit acdbb3e

Please sign in to comment.