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

Instance Method Details

#value_semanticsRecipe

Returns the recipe used to build the ValueSemantics module that was included into this class.

Returns:

  • (Recipe)

    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