[Source]
# File lib/sym_tbl_gsub.rb, line 314 def initialize @y = rand end
# File lib/sym_tbl_gsub.rb, line 317 def <=> ( x ) @y <=> x.y end
[Validate]