Remove :mixins, :requires, :uses defaults.
Having these default to nil is just fine. Only when merging two classes together, one needs to take the nils into account - so add some code for that.
Loading
Please register or sign in to comment
Having these default to nil is just fine. Only when merging two classes together, one needs to take the nils into account - so add some code for that.