Module: Enumerable
- Defined in:
- lib/reading/util/exclude.rb
Overview
Copied from activesupport/lib/active_support/core_ext/enumerable.rb
Instance Method Summary collapse
Instance Method Details
#exclude?(object) ⇒ Boolean
3 4 5 |
# File 'lib/reading/util/exclude.rb', line 3 def exclude?(object) !include?(object) end |