diff options
| author | mo khan <mo@mokhan.ca> | 2024-05-24 18:41:33 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-05-24 18:41:33 -0600 |
| commit | aa193e2f7d0030253d0e99f2823482b9f3c47f15 (patch) | |
| tree | 65eec9a272506f41c4cb6f8aeadab6516fc30f80 /bin/build | |
| parent | 97cd241fb23a3803b970e6d4dd8902e64a097ed3 (diff) | |
Diffstat (limited to 'bin/build')
| -rwxr-xr-x | bin/build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
