Module: ChemistryKit::Formula::ChemistAware
- Defined in:
- lib/chemistrykit/formula/chemist_aware.rb
Overview
Mixin to provide formulas with methods related to having a chemist (user)
Instance Attribute Summary collapse
-
#chemist ⇒ Object
Returns the value of attribute chemist.
Instance Attribute Details
#chemist ⇒ Object
Returns the value of attribute chemist.
7 8 9 |
# File 'lib/chemistrykit/formula/chemist_aware.rb', line 7 def chemist @chemist end |