Top Level Namespace
Instance Method Summary collapse
Instance Method Details
#gravy(email, size) ⇒ Object
3 4 5 6 |
# File 'lib/allgravy.rb', line 3 def gravy(email, size) hash = Digest::MD5.hexdigest(email) "http://www.gravatar.com/avatar/#{hash}?s=#{size}.png" end |