class Doorkeeper::OAuth::Scopes

def &(other)

def &(other)
  other_array = other.present? ? other.all : []
  self.class.from_array(all & other_array)
end