# File lib/twitter/client/block.rb, line 41 def unblock(user, options={}) merge_user_into_options!(user, options) response = delete('1/blocks/destroy', options) format.to_s.downcase == 'xml' ? response['user'] : response end