Skip to content

Commit

Permalink
Fix example call of Curl::Multi.get
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Riedel committed Nov 12, 2015
1 parent 398c9da commit 9572e5e
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 9572e5e

Please sign in to comment.