[Source]
# File lib/ttk/testers/tester/score.rb, line 16 def initialize(score, tester) @score = score @tester = tester end
# File lib/ttk/testers/tester/score.rb, line 23 def <=>(rhs) @score <=> rhs.score end
[Validate]