# File lib/librarian/algorithms.rb, line 17
        def from(hash)
          o = new
          hash.each{|k, v| o[k] = v}
          o
        end