Object
# File lib/paperclip/io_adapters/abstract_adapter.rb, line 10 def fingerprint @fingerprint ||= Digest::MD5.file(path).to_s end
# File lib/paperclip/io_adapters/abstract_adapter.rb, line 18 def inspect "#{self.class}: #{self.original_filename}" end
Generated with the Darkfish Rdoc Generator 2.