class Regexp::Expression::Quantifier

TODO: in v3.0.0, maybe put Shared back into Base, and inherit from Base and call super in initialize, but raise in quantifier= and quantify, or introduce an Expression::Quantifiable intermediate class. Or actually allow chaining as a more concise but tricky solution than PR#69.