If there are 2 modules - module Abc
and module Bcd
and one class - class Efg
.
Now we want to include module Abc
into class Efg
in once instance and need to include module Bcd
into class Efg in another instance but not both modules at same time.
Is it possible to do in Ruby classes?