Method: Visdiff::Image#initialize

Defined in:
lib/visdiff/image.rb

#initialize(identifier, fullpath) ⇒ Image

Returns a new instance of Image.



6
7
8
9
# File 'lib/visdiff/image.rb', line 6

def initialize identifier, fullpath
  @identifier = identifier
  @fullpath = fullpath
end