# File lib/twitter/client/block.rb, line 96 def blocking(options={}) response = get('1/blocks/blocking', options) format.to_s.downcase == 'xml' ? response['users'] : response end