Parent

Methods

Class/Module Index [+]

Quicksearch

Array

Extensions to Array needed by Reek.

Public Instance Methods

intersection() click to toggle source
# File lib/reek/smells/data_clump.rb, line 9
def intersection
  self.inject { |res, elem| elem & res }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.