diff options
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 |
