# File lib/doorkeeper/oauth/scopes.rb, line 14
      def self.from_array(array)
        new.tap do |scope|
          scope.add(*array)
        end
      end