Module: Enumerable
- Defined in:
- lib/ruuuby/module/enumerable.rb
Overview
add various functions to existing module Enumerable
this module is included-in:
* +Array+
* +Set+
* +Hash+
* +Range+
Instance Method Summary collapse
- #∀τ²∈λ𝑓₍ᵢ،ᵢ₊₁₎(&block) ⇒ Object
-
#∌?(arg) ⇒ Boolean
Same meaning as: ‘arg.∉ self`.
Instance Method Details
#∀τ²∈λ𝑓₍ᵢ،ᵢ₊₁₎(&block) ⇒ Object
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/ruuuby/module/enumerable.rb', line 18 def |
#∌?(arg) ⇒ Boolean
Same meaning as: ‘arg.∉ self`
41 |
# File 'lib/ruuuby/module/enumerable.rb', line 41 def |