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

Returning self is totes better than bools.

This commit is contained in:
Sean Handley 2012-04-29 17:11:19 +01:00
parent f23abc0955
commit 87c2a09a73

View file

@ -27,13 +27,13 @@ module Fog
end
merge_attributes(attributes)
true
self
end
def destroy
requires :identity
connection.destroy_drive(identity)
true
self
end
def allowed_attributes