class ImageDiff::Differ::Results::Filter

Helper class to filter array

Constants

KLASS
LAMBDA

Public Class Methods

apply(arr, method) click to toggle source
# File lib/image_diff/differ/results/list.rb, line 44
def self.apply(arr, method)
  arr.send(method, &LAMBDA)
end