Sha256: d21f9bfba52139eb4c2831bcac4f83361f065b792bcc6b545df85501fdcf1248
Contents?: true
Size: 244 Bytes
Versions: 7
Compression:
Stored size: 244 Bytes
Contents
module LinkThumbnailer module ImageComparators class Base attr_reader :image def initialize(image) @image = image end def call raise 'you must implement this method' end end end end
Version data entries
7 entries across 7 versions & 1 rubygems