# File lib/twitter/base.rb, line 37
    def followers(options={})
      users(call(:followers, {:args => parse_options(options)}))
    end