class Doorkeeper::OAuth::Scopes

def +(other)

def +(other)
  self.class.from_array(all + to_array(other))
end