Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#name : include Comparable; def <=> ... end
|
||||
#group : definitions
|
||||
# --
|
||||
include Comparable
|
||||
|
||||
def <=> other
|
||||
$0
|
||||
end
|
Reference in New Issue
Block a user