module TwitterWithAutoPagination::REST::Extension::Users

Public Instance Methods

blocking_or_blocked(past_me, cur_me) click to toggle source
# File lib/twitter_with_auto_pagination/rest/extension/users.rb, line 9
def blocking_or_blocked(past_me, cur_me)
  instrument(__method__, nil) do
    removing(past_me, cur_me).to_a & removed(past_me, cur_me).to_a
  end
end