bin/console in usable-2.0.0 vs bin/console in usable-2.1.0

- old
+ new

@@ -25,24 +25,9 @@ usables[:max_versions] = 20 def name "defined by Mixin" end - - def from_mixin - "always here" - end - - # @description Usable will apply the :only to just the methods defined by this module - module UsableSpec - def from_spec - "can be excluded" - end - - def name - "defined by UsableSpec" - end - end end class Model extend Usable