8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
#name : include Comparable; def <=> ... end
|
|
#group : definitions
|
|
# --
|
|
include Comparable
|
|
|
|
def <=> other
|
|
$0
|
|
end |