1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

issue/1350 [doc] add options param

This commit is contained in:
Weston Platter 2012-12-19 21:43:34 -06:00
parent 43ebf561b4
commit 1816ddd81a

View file

@ -110,6 +110,9 @@ module Fog
end
end
#
# @param [Hash] options
#
def save(options = {})
requires :body, :directory, :key
if options != {}