Module: DescendantsDescribable::ClassMethods
- Defined in:
- lib/descendants_describable.rb
Instance Method Summary collapse
Instance Method Details
#describe_descendants_with(description_module, &block) ⇒ Object
7 8 9 |
# File 'lib/descendants_describable.rb', line 7 def describe_descendants_with(description_module, &block) DescendantsDescriptor.new(self, description_module).instance_exec &block end |