Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/enzymator/core_ext/monoids.rb
Class Attribute Summary collapse
-
.enzy_mappend ⇒ Object
readonly
Returns the value of attribute enzy_mappend.
-
.enzy_mempty ⇒ Object
readonly
Returns the value of attribute enzy_mempty.
Class Attribute Details
.enzy_mappend ⇒ Object (readonly)
Returns the value of attribute enzy_mappend.
62 63 64 |
# File 'lib/enzymator/core_ext/monoids.rb', line 62 def enzy_mappend @enzy_mappend end |
.enzy_mempty ⇒ Object (readonly)
Returns the value of attribute enzy_mempty.
63 64 65 |
# File 'lib/enzymator/core_ext/monoids.rb', line 63 def enzy_mempty @enzy_mempty end |