32 33 34 35 36 37 38
# File 'lib/picturama/album.rb', line 32 def name if info.nil? name! else info['album']['title'] end end