# File lib/gravtastic.rb, line 77 def gravatar_id Digest::MD5.hexdigest(send(self.class.gravatar_source).to_s.downcase) end