Module: ValueSemantics::ClassMethods
- Defined in:
- lib/value_semantics.rb
Overview
All the class methods available on ValueSemantics classes
When a ValueSemantics module is included into a class, the class is extended by this module.
Instance Method Summary collapse
-
#value_semantics ⇒ Recipe
The recipe used to build the ValueSemantics module that was included into this class.
Instance Method Details
#value_semantics ⇒ Recipe
Returns the recipe used to build the ValueSemantics module that was included into this class.
57 58 59 |
# File 'lib/value_semantics.rb', line 57 def value_semantics self::VALUE_SEMANTICS_RECIPE__ end |