# File lib/dragonfly/temp_object.rb, line 76
    def ext
      if n = name
        n.split('.').last
      end
    end