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