From b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Feb 2026 10:05:59 +0000 Subject: overhaul --- dot | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dot') diff --git a/dot b/dot index da0dc58..9856069 100755 --- a/dot +++ b/dot @@ -1,9 +1,8 @@ #!/usr/bin/env ruby -require 'zipf' +require "zipf" -a = SparseVector.from_file 'w', ' ' -b = SparseVector.from_file 'f', ' ' +a = SparseVector.from_file "w", " " +b = SparseVector.from_file "f", " " puts a.to_s puts a.dot b - -- cgit v1.2.3