# File lib/twitter/model.rb, line 188 def bless(client) basic_bless(client) self.instance_eval(%{ self.class.send(:include, Twitter::AuthenticatedUserMixin) }) if self.is_me? and not self.respond_to?(:followers) self end