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:
parent
f23abc0955
commit
87c2a09a73
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue