Top Level Namespace

Defined Under Namespace

Classes: AvatarsIO, AvatarsIOFile

Instance Method Summary collapse

Instance Method Details

#auto_avatar_url(key, services = []) ⇒ Object



78
79
80
# File 'lib/avatars.io.rb', line 78

def auto_avatar_url(key, services = [])
  AvatarsIO.auto_url key, services
end

#avatar_url(service, key) ⇒ Object



74
75
76
# File 'lib/avatars.io.rb', line 74

def avatar_url(service, key)
  AvatarsIO.avatar_url service, key
end