Skip to content

Commit

Permalink
right_sdb rdoc fix
Browse files Browse the repository at this point in the history
git-svn-id: https://wush.net/svn/rightscale/right_aws/trunk@3081 9f0cbaf6-ce18-0410-ad37-d14a22affa91
  • Loading branch information
Konstantin Dzreyev committed Mar 17, 2008
1 parent 1c83d6c commit 05bfc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sdb/right_sdb.rb
Expand Up @@ -71,7 +71,7 @@ module RightAws
# Client.find_by_name('Putin').delete
#
# # Sandy disappointed in 'cooking' and decided to hide her 'gender' and 'country' ()
# sandy = Client.find(sandy_id).first
# sandy = Client.find(sandy_id)
# sandy.reload
# sandy.delete_values('hobby' => ['cooking'] )
# sandy.delete_attributes('country', 'gender')
Expand Down

0 comments on commit 05bfc09

Please sign in to comment.