lib/card/set/inheritance.rb in card-1.100.0 vs lib/card/set/inheritance.rb in card-1.101.0
- old
+ new
@@ -1,8 +1,10 @@
class Card
module Set
# API to inherit other sets and their formats
+
module Inheritance
+
# include a set module and all its format modules
# @param [Module] set
# @param [Hash] opts choose the formats you want to include. You can also
# pass arbitrary options to the included set. The option is saved
# in the including set. To use the option you need a `included` method