From aa193e2f7d0030253d0e99f2823482b9f3c47f15 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 24 May 2024 18:41:33 -0600 Subject: sort by address --- bin/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build') diff --git a/bin/build b/bin/build index 856f609..6455b9d 100755 --- a/bin/build +++ b/bin/build @@ -123,7 +123,7 @@ class Property end def <=>(other) - [self[:comm_code], self[:address]] <=> [other[:comm_code], other[:address]] + self[:address] <=> other[:address] end class << self -- cgit v1.2.3