10 11 12 13
# File 'lib/convertr/file.rb', line 10 def float_aspect (w, h) = aspect.split(':') w.to_f / h.to_f end