Module: WithUnits
- Included in:
- CooklangRb::Ingredient, CooklangRb::Timer
- Defined in:
- lib/cooklang_rb/with_units.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
2 3 4 5 |
# File 'lib/cooklang_rb/with_units.rb', line 2 def self.included(base) base.include InstanceMethods base.extend ClassMethods end |