# File lib/doorkeeper/oauth/scopes.rb, line 59
      def &(other)
        other_array = other.present? ? other.all : []
        self.class.from_array(all & other_array)
      end