Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/kleisli/semigroup_instances.rb
Overview
monkey patch some default semigroup instances
Instance Method Summary collapse
Instance Method Details
#sappend(other) ⇒ Object
7 8 9 |
# File 'lib/kleisli/semigroup_instances.rb', line 7 def sappend(other) concat(other) end |