class Doorkeeper::OAuth::Scopes
def +(other)
def +(other) if other.is_a? Scopes self.class.from_array(self.all + other.all) else super(other) end end
def +(other) if other.is_a? Scopes self.class.from_array(self.all + other.all) else super(other) end end