Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/enzymator/core_ext/monoids.rb

Class Attribute Summary collapse

Class Attribute Details

.enzy_mappendObject (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_memptyObject (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