class Doorkeeper::OAuth::Scopes

def self.from_array(array)

def self.from_array(array)
  new.tap do |scope|
    scope.add(*array)
  end
end